Color Hex Logo

#66bbab Color Hex

#66BBAB
(102,187,171)
0 Favorites   0 Comments

Color spaces of #66bbab

RGB 102187171
HSL0.470.380.57
HSV169°45°73°
CMYK 0.450.000.09   0.27
XYZ30.600541.305744.8881
Yxy41.30570.26200.3537
Hunter Lab64.2695-27.48283.5784
CIE-Lab70.3896-29.67990.0959

#66bbab color RGB value is (102,187,171).

#66bbab hex color red value is 102, green value is 187 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #66bbab hue: 0.47 , saturation: 0.38 and the lightness value of 66bbab is 0.57.

The process color (four color CMYK) of #66bbab color hex is 0.45, 0.00, 0.09, 0.27. Web safe color of #66bbab is #66cc99. Color #66bbab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10111011 10101011
Octal 146 273 253
Decimal 102 187 171
Hex 66 BB AB

RGB Percentages of Color #66bbab

%22.17
%40.65
%37.17

CMYK Percentages of Color #66bbab

%45
%0
%9
%27

Triadic Colors of #66bbab

#66bbab #ab66bb #bbab66

Analogous Colors of #66bbab

#66bbab #66a1bb #66bb81

Monochromatic Colors of #66bbab

#66bbab

Complementary Color

#66bbab #bb6676

#66bbab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66bbab Color Preview on White Background

Lorem ipsum dolor sit amet.

#66bbab Color CSS Codes

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

#66bbab Text Font Color

<p style="color:#66bbab">Text here</p>

This sample text font color is #66bbab
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.


#66bbab Background Color

<div style="background-color:#66bbab">
Div content here</div>

This div background color is #66bbab


#66bbab Border Color

<div style="border:3px solid #66bbab">
Div here</div>

This div border color is #66bbab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,187,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #66bbab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #66bbab;
  -webkit-box-shadow: 1px 1px 3px 2px #66bbab;
  box-shadow:         1px 1px 3px 2px #66bbab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,187,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66bbab


Comments

No comments written yet.

Please login to write comment.