Color Hex Logo

#669fad Color Hex

#669FAD
(102,159,173)
0 Favorites   0 Comments

Color spaces of #669fad

RGB 102159173
HSL0.530.300.54
HSV192°41°68°
CMYK 0.410.080.00   0.32
XYZ25.420530.638244.1091
Yxy30.63820.25380.3059
Hunter Lab55.3518-14.8889-8.5012
CIE-Lab62.2010-14.9280-13.1562

#669fad color RGB value is (102,159,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 10011111 10101101
Octal 146 237 255
Decimal 102 159 173
Hex 66 9F AD

RGB Percentages of Color #669fad

%23.50
%36.64
%39.86

CMYK Percentages of Color #669fad

%41
%8
%0
%32

Triadic Colors of #669fad

#669fad #ad669f #9fad66

Analogous Colors of #669fad

#669fad #667cad #66ad98

Monochromatic Colors of #669fad

#669fad

Complementary Color

#669fad #ad7466

#669fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#669fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#669fad Color CSS Codes

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

#669fad Text Font Color

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

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


#669fad Background Color

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

This div background color is #669fad


#669fad Border Color

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

This div border color is #669fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #669fad


Comments

No comments written yet.

Please login to write comment.