Color Hex Logo

#669eed Color Hex

#669EED
(102,158,237)
0 Favorites   0 Comments

Color spaces of #669eed

RGB 102158237
HSL0.600.790.66
HSV215°57°93°
CMYK 0.570.330.00   0.07
XYZ32.992433.392984.8274
Yxy33.39290.21820.2208
Hunter Lab57.78660.7854-46.5837
CIE-Lab64.47784.5076-45.2752

#669eed color RGB value is (102,158,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 10011110 11101101
Octal 146 236 355
Decimal 102 158 237
Hex 66 9E ED

RGB Percentages of Color #669eed

%20.52
%31.79
%47.69

CMYK Percentages of Color #669eed

%57
%33
%0
%7

Triadic Colors of #669eed

#669eed #ed669e #9eed66

Analogous Colors of #669eed

#669eed #7266ed #66e2ed

Monochromatic Colors of #669eed

#669eed

Complementary Color

#669eed #edb566

#669eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#669eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#669eed Color CSS Codes

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

#669eed Text Font Color

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

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


#669eed Background Color

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

This div background color is #669eed


#669eed Border Color

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

This div border color is #669eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #669eed


Comments

No comments written yet.

Please login to write comment.