Color Hex Logo

#669aea Color Hex

#669AEA
(102,154,234)
0 Favorites   0 Comments

Color spaces of #669aea

RGB 102154234
HSL0.600.760.66
HSV216°56°92°
CMYK 0.560.340.00   0.08
XYZ31.886431.876582.3141
Yxy31.87650.21830.2182
Hunter Lab56.45932.0074-46.9196
CIE-Lab63.24075.8687-45.5724

#669aea color RGB value is (102,154,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 10011010 11101010
Octal 146 232 352
Decimal 102 154 234
Hex 66 9A EA

RGB Percentages of Color #669aea

%20.82
%31.43
%47.76

CMYK Percentages of Color #669aea

%56
%34
%0
%8

Triadic Colors of #669aea

#669aea #ea669a #9aea66

Analogous Colors of #669aea

#669aea #7466ea #66dcea

Monochromatic Colors of #669aea

#669aea

Complementary Color

#669aea #eab666

#669aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#669aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#669aea Color CSS Codes

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

#669aea Text Font Color

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

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


#669aea Background Color

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

This div background color is #669aea


#669aea Border Color

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

This div border color is #669aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #669aea


Comments

No comments written yet.

Please login to write comment.