Color Hex Logo

#669cab Color Hex

#669CAB
(102,156,171)
0 Favorites   0 Comments

Color spaces of #669cab

RGB 102156171
HSL0.540.290.54
HSV193°40°67°
CMYK 0.400.090.00   0.33
XYZ24.718629.542042.9274
Yxy29.54200.25430.3040
Hunter Lab54.3526-13.9383-8.7802
CIE-Lab61.2570-13.8517-13.4503

#669cab color RGB value is (102,156,171).

#669cab hex color red value is 102, green value is 156 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #669cab hue: 0.54 , saturation: 0.29 and the lightness value of 669cab is 0.54.

The process color (four color CMYK) of #669cab color hex is 0.40, 0.09, 0.00, 0.33. Web safe color of #669cab is #669999. Color #669cab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10011100 10101011
Octal 146 234 253
Decimal 102 156 171
Hex 66 9C AB

RGB Percentages of Color #669cab

%23.78
%36.36
%39.86

CMYK Percentages of Color #669cab

%40
%9
%0
%33

Triadic Colors of #669cab

#669cab #ab669c #9cab66

Analogous Colors of #669cab

#669cab #667aab #66ab98

Monochromatic Colors of #669cab

#669cab

Complementary Color

#669cab #ab7566

#669cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#669cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#669cab Color CSS Codes

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

#669cab Text Font Color

<p style="color:#669cab">Text here</p>

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


#669cab Background Color

<div style="background-color:#669cab">
Div content here</div>

This div background color is #669cab


#669cab Border Color

<div style="border:3px solid #669cab">
Div here</div>

This div border color is #669cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #669cab


Comments

No comments written yet.

Please login to write comment.