Color Hex Logo

#66baab Color Hex

#66BAAB
(102,186,171)
0 Favorites   0 Comments

Color spaces of #66baab

RGB 102186171
HSL0.470.380.56
HSV169°45°73°
CMYK 0.450.000.08   0.27
XYZ30.389140.882944.8176
Yxy40.88290.26180.3522
Hunter Lab63.9397-27.05763.1994
CIE-Lab70.0938-29.1960-0.3361

#66baab color RGB value is (102,186,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 10111010 10101011
Octal 146 272 253
Decimal 102 186 171
Hex 66 BA AB

RGB Percentages of Color #66baab

%22.22
%40.52
%37.25

CMYK Percentages of Color #66baab

%45
%0
%8
%27

Triadic Colors of #66baab

#66baab #ab66ba #baab66

Analogous Colors of #66baab

#66baab #669fba #66ba81

Monochromatic Colors of #66baab

#66baab

Complementary Color

#66baab #ba6675

#66baab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66baab Color Preview on White Background

Lorem ipsum dolor sit amet.

#66baab Color CSS Codes

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

#66baab Text Font Color

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

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


#66baab Background Color

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

This div background color is #66baab


#66baab Border Color

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

This div border color is #66baab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,186,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 #66baab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66baab


Comments

No comments written yet.

Please login to write comment.