Color Hex Logo

#669edc Color Hex

#669EDC
(102,158,220)
0 Favorites   0 Comments

Color spaces of #669edc

RGB 102158220
HSL0.590.630.63
HSV212°54°86°
CMYK 0.540.280.00   0.14
XYZ30.624632.445872.3587
Yxy32.44580.22610.2396
Hunter Lab56.9612-3.7135-35.4441
CIE-Lab63.7096-0.7972-37.1010

#669edc color RGB value is (102,158,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 10011110 11011100
Octal 146 236 334
Decimal 102 158 220
Hex 66 9E DC

RGB Percentages of Color #669edc

%21.25
%32.92
%45.83

CMYK Percentages of Color #669edc

%54
%28
%0
%14

Triadic Colors of #669edc

#669edc #dc669e #9edc66

Analogous Colors of #669edc

#669edc #6966dc #66d9dc

Monochromatic Colors of #669edc

#669edc

Complementary Color

#669edc #dca466

#669edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#669edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#669edc Color CSS Codes

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

#669edc Text Font Color

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

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


#669edc Background Color

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

This div background color is #669edc


#669edc Border Color

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

This div border color is #669edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #669edc


Comments

No comments written yet.

Please login to write comment.