Color Hex Logo

#669cdd Color Hex

#669CDD
(102,156,221)
0 Favorites   0 Comments

Color spaces of #669cdd

RGB 102156221
HSL0.590.640.63
HSV213°54°87°
CMYK 0.540.290.00   0.13
XYZ30.419131.822272.9456
Yxy31.82220.22500.2354
Hunter Lab56.4112-2.4654-37.1804
CIE-Lab63.19570.6498-38.4578

#669cdd color RGB value is (102,156,221).

#669cdd hex color red value is 102, green value is 156 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #669cdd hue: 0.59 , saturation: 0.64 and the lightness value of 669cdd is 0.63.

The process color (four color CMYK) of #669cdd color hex is 0.54, 0.29, 0.00, 0.13. Web safe color of #669cdd is #6699cc. Color #669cdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10011100 11011101
Octal 146 234 335
Decimal 102 156 221
Hex 66 9C DD

RGB Percentages of Color #669cdd

%21.29
%32.57
%46.14

CMYK Percentages of Color #669cdd

%54
%29
%0
%13

Triadic Colors of #669cdd

#669cdd #dd669c #9cdd66

Analogous Colors of #669cdd

#669cdd #6c66dd #66d8dd

Monochromatic Colors of #669cdd

#669cdd

Complementary Color

#669cdd #dda766

#669cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#669cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#669cdd Color CSS Codes

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

#669cdd Text Font Color

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

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


#669cdd Background Color

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

This div background color is #669cdd


#669cdd Border Color

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

This div border color is #669cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #669cdd


Comments

No comments written yet.

Please login to write comment.