Color Hex Logo

#669edd Color Hex

#669EDD
(102,158,221)
0 Favorites   0 Comments

Color spaces of #669edd

RGB 102158221
HSL0.590.640.63
HSV212°54°87°
CMYK 0.540.290.00   0.13
XYZ30.757532.499073.0584
Yxy32.49900.22560.2384
Hunter Lab57.0079-3.4576-36.0775
CIE-Lab63.7532-0.4897-37.5867

#669edd color RGB value is (102,158,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 10011110 11011101
Octal 146 236 335
Decimal 102 158 221
Hex 66 9E DD

RGB Percentages of Color #669edd

%21.21
%32.85
%45.95

CMYK Percentages of Color #669edd

%54
%29
%0
%13

Triadic Colors of #669edd

#669edd #dd669e #9edd66

Analogous Colors of #669edd

#669edd #6a66dd #66dadd

Monochromatic Colors of #669edd

#669edd

Complementary Color

#669edd #dda566

#669edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#669edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#669edd Color CSS Codes

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

#669edd Text Font Color

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

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


#669edd Background Color

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

This div background color is #669edd


#669edd Border Color

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

This div border color is #669edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #669edd


Comments

No comments written yet.

Please login to write comment.