Color Hex Logo

#669cad Color Hex

#669CAD
(102,156,173)
0 Favorites   0 Comments

Color spaces of #669cad

RGB 102156173
HSL0.540.300.54
HSV194°41°68°
CMYK 0.410.100.00   0.32
XYZ24.910829.618843.9392
Yxy29.61880.25300.3008
Hunter Lab54.4232-13.5367-9.7723
CIE-Lab61.3239-13.3150-14.4782

#669cad color RGB value is (102,156,173).

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

The process color (four color CMYK) of #669cad color hex is 0.41, 0.10, 0.00, 0.32. Web safe color of #669cad is #669999. Color #669cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10011100 10101101
Octal 146 234 255
Decimal 102 156 173
Hex 66 9C AD

RGB Percentages of Color #669cad

%23.67
%36.19
%40.14

CMYK Percentages of Color #669cad

%41
%10
%0
%32

Triadic Colors of #669cad

#669cad #ad669c #9cad66

Analogous Colors of #669cad

#669cad #6679ad #66ad9b

Monochromatic Colors of #669cad

#669cad

Complementary Color

#669cad #ad7766

#669cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#669cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#669cad Color CSS Codes

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

#669cad Text Font Color

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

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


#669cad Background Color

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

This div background color is #669cad


#669cad Border Color

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

This div border color is #669cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #669cad


Comments

No comments written yet.

Please login to write comment.