color codes Logo

#6beaa6 color codes

#6BEAA6
(107,234,166)
0 Favorites   0 Comments

Color spaces of #6beaa6

RGB 107234166
HSL0.410.750.67
HSV148°54°92°
CMYK 0.540.000.29   0.08
XYZ42.369264.724646.3364
Yxy64.72460.27610.4219
Hunter Lab80.4516-46.784722.1678
CIE-Lab84.3416-50.556322.5672

#6beaa6 color RGB value is (107,234,166).

#6beaa6 hex color red value is 107, green value is 234 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #6beaa6 hue: 0.41 , saturation: 0.75 and the lightness value of 6beaa6 is 0.67.

The process color (four color CMYK) of #6beaa6 color code is 0.54, 0.00, 0.29, 0.08. Web safe color of #6beaa6 is #66ff99. Color #6beaa6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 11101010 10100110
Octal 153 352 246
Decimal 107 234 166
Hex 6B EA A6

RGB Percentages of Color #6beaa6

%21.10
%46.15
%32.74

CMYK Percentages of Color #6beaa6

%54
%0
%29
%8

Triadic Colors of #6beaa6

#6beaa6 #a66bea #eaa66b

Analogous Colors of #6beaa6

#6beaa6 #6beae6 #70ea6b

Monochromatic Colors of #6beaa6

#6beaa6

Complementary Color

#6beaa6 #ea6baf

#6beaa6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6beaa6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6beaa6 Color CSS Codes

.mybgcolor {background-color:#6beaa6; } 
.myforecolor {color:#6beaa6; }
.mybordercolor {border:3px solid #6beaa6; }

#6beaa6 Text Font Color

<p style="color:#6beaa6">Text here</p>

This sample text font color is #6beaa6
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#6beaa6 Background Color

<div style="background-color:#6beaa6">
Div content here</div>

This div background color is #6beaa6


#6beaa6 Border Color

<div style="border:3px solid #6beaa6">
Div here</div>

This div border color is #6beaa6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(107,234,166, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6beaa6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6beaa6;
  -webkit-box-shadow: 1px 1px 3px 2px #6beaa6;
  box-shadow:         1px 1px 3px 2px #6beaa6; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,234,166, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6beaa6">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #6beaa6;
  -webkit-box-shadow: 1px 1px 3px 2px #6beaa6;
  box-shadow:         1px 1px 3px 2px #6beaa6;">
Div content here</div>

This div box has shadow with color #6beaa6


Comments

No comments written yet.

Please login to write comment.