Color Hex Logo

#669adc Color Hex

#669ADC
(102,154,220)
0 Favorites   0 Comments

Color spaces of #669adc

RGB 102154220
HSL0.590.630.63
HSV214°54°86°
CMYK 0.540.300.00   0.14
XYZ29.953431.103372.1350
Yxy31.10330.22490.2335
Hunter Lab55.7703-1.7284-37.6482
CIE-Lab62.59471.4857-38.8432

#669adc color RGB value is (102,154,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 10011010 11011100
Octal 146 232 334
Decimal 102 154 220
Hex 66 9A DC

RGB Percentages of Color #669adc

%21.43
%32.35
%46.22

CMYK Percentages of Color #669adc

%54
%30
%0
%14

Triadic Colors of #669adc

#669adc #dc669a #9adc66

Analogous Colors of #669adc

#669adc #6d66dc #66d5dc

Monochromatic Colors of #669adc

#669adc

Complementary Color

#669adc #dca866

#669adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#669adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#669adc Color CSS Codes

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

#669adc Text Font Color

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

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


#669adc Background Color

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

This div background color is #669adc


#669adc Border Color

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

This div border color is #669adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #669adc


Comments

No comments written yet.

Please login to write comment.