Color Hex Logo

#669ede Color Hex

#669EDE
(102,158,222)
0 Favorites   0 Comments

Color spaces of #669ede

RGB 102158222
HSL0.590.650.64
HSV212°54°87°
CMYK 0.540.290.00   0.13
XYZ30.891232.552473.7623
Yxy32.55240.22510.2373
Hunter Lab57.0547-3.2003-36.7139
CIE-Lab63.7968-0.1812-38.0719

#669ede color RGB value is (102,158,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 10011110 11011110
Octal 146 236 336
Decimal 102 158 222
Hex 66 9E DE

RGB Percentages of Color #669ede

%21.16
%32.78
%46.06

CMYK Percentages of Color #669ede

%54
%29
%0
%13

Triadic Colors of #669ede

#669ede #de669e #9ede66

Analogous Colors of #669ede

#669ede #6a66de #66dade

Monochromatic Colors of #669ede

#669ede

Complementary Color

#669ede #dea666

#669ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#669ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#669ede Color CSS Codes

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

#669ede Text Font Color

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

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


#669ede Background Color

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

This div background color is #669ede


#669ede Border Color

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

This div border color is #669ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #669ede


Comments

No comments written yet.

Please login to write comment.