Color Hex Logo

#669cea Color Hex

#669CEA
(102,156,234)
0 Favorites   0 Comments

Color spaces of #669cea

RGB 102156234
HSL0.600.760.66
HSV215°56°92°
CMYK 0.560.330.00   0.08
XYZ32.219232.542282.4250
Yxy32.54220.21890.2211
Hunter Lab57.04580.9859-45.7356
CIE-Lab63.78854.7119-44.7097

#669cea color RGB value is (102,156,234).

#669cea hex color red value is 102, green value is 156 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #669cea hue: 0.60 , saturation: 0.76 and the lightness value of 669cea is 0.66.

The process color (four color CMYK) of #669cea color hex is 0.56, 0.33, 0.00, 0.08. Web safe color of #669cea is #6699ff. Color #669cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10011100 11101010
Octal 146 234 352
Decimal 102 156 234
Hex 66 9C EA

RGB Percentages of Color #669cea

%20.73
%31.71
%47.56

CMYK Percentages of Color #669cea

%56
%33
%0
%8

Triadic Colors of #669cea

#669cea #ea669c #9cea66

Analogous Colors of #669cea

#669cea #7266ea #66deea

Monochromatic Colors of #669cea

#669cea

Complementary Color

#669cea #eab466

#669cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#669cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#669cea Color CSS Codes

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

#669cea Text Font Color

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

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


#669cea Background Color

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

This div background color is #669cea


#669cea Border Color

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

This div border color is #669cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #669cea


Comments

No comments written yet.

Please login to write comment.