Color Hex Logo

#669ebe Color Hex

#669EBE
(102,158,190)
0 Favorites   0 Comments

Color spaces of #669ebe

RGB 102158190
HSL0.560.400.57
HSV202°46°75°
CMYK 0.460.170.00   0.25
XYZ27.000630.996253.2750
Yxy30.99620.24270.2786
Hunter Lab55.6742-10.8619-17.7630
CIE-Lab62.5044-9.6948-22.2457

#669ebe color RGB value is (102,158,190).

#669ebe hex color red value is 102, green value is 158 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #669ebe hue: 0.56 , saturation: 0.40 and the lightness value of 669ebe is 0.57.

The process color (four color CMYK) of #669ebe color hex is 0.46, 0.17, 0.00, 0.25. Web safe color of #669ebe is #6699cc. Color #669ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10011110 10111110
Octal 146 236 276
Decimal 102 158 190
Hex 66 9E BE

RGB Percentages of Color #669ebe

%22.67
%35.11
%42.22

CMYK Percentages of Color #669ebe

%46
%17
%0
%25

Triadic Colors of #669ebe

#669ebe #be669e #9ebe66

Analogous Colors of #669ebe

#669ebe #6672be #66beb2

Monochromatic Colors of #669ebe

#669ebe

Complementary Color

#669ebe #be8666

#669ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#669ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#669ebe Color CSS Codes

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

#669ebe Text Font Color

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

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


#669ebe Background Color

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

This div background color is #669ebe


#669ebe Border Color

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

This div border color is #669ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #669ebe


Comments

No comments written yet.

Please login to write comment.