Color Hex Logo

#669dca Color Hex

#669DCA
(102,157,202)
0 Favorites   0 Comments

Color spaces of #669dca

RGB 102157202
HSL0.580.490.60
HSV207°50°79°
CMYK 0.500.220.00   0.21
XYZ28.197131.203060.4137
Yxy31.20300.23530.2604
Hunter Lab55.8596-7.6503-25.0220
CIE-Lab62.6786-5.6605-28.6917

#669dca color RGB value is (102,157,202).

#669dca hex color red value is 102, green value is 157 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #669dca hue: 0.58 , saturation: 0.49 and the lightness value of 669dca is 0.60.

The process color (four color CMYK) of #669dca color hex is 0.50, 0.22, 0.00, 0.21. Web safe color of #669dca is #6699cc. Color #669dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10011101 11001010
Octal 146 235 312
Decimal 102 157 202
Hex 66 9D CA

RGB Percentages of Color #669dca

%22.13
%34.06
%43.82

CMYK Percentages of Color #669dca

%50
%22
%0
%21

Triadic Colors of #669dca

#669dca #ca669d #9dca66

Analogous Colors of #669dca

#669dca #666bca #66cac5

Monochromatic Colors of #669dca

#669dca

Complementary Color

#669dca #ca9366

#669dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#669dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#669dca Color CSS Codes

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

#669dca Text Font Color

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

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


#669dca Background Color

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

This div background color is #669dca


#669dca Border Color

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

This div border color is #669dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #669dca


Comments

No comments written yet.

Please login to write comment.