Color Hex Logo

#668ebb Color Hex

#668EBB
(102,142,187)
0 Favorites   0 Comments

Color spaces of #668ebb

RGB 102142187
HSL0.590.380.57
HSV212°45°73°
CMYK 0.450.240.00   0.27
XYZ24.122125.758650.7143
Yxy25.75860.23980.2561
Hunter Lab50.7529-3.9793-23.7178
CIE-Lab57.8072-1.5700-27.7778

#668ebb color RGB value is (102,142,187).

#668ebb hex color red value is 102, green value is 142 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #668ebb hue: 0.59 , saturation: 0.38 and the lightness value of 668ebb is 0.57.

The process color (four color CMYK) of #668ebb color hex is 0.45, 0.24, 0.00, 0.27. Web safe color of #668ebb is #6699cc. Color #668ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10001110 10111011
Octal 146 216 273
Decimal 102 142 187
Hex 66 8E BB

RGB Percentages of Color #668ebb

%23.67
%32.95
%43.39

CMYK Percentages of Color #668ebb

%45
%24
%0
%27

Triadic Colors of #668ebb

#668ebb #bb668e #8ebb66

Analogous Colors of #668ebb

#668ebb #6966bb #66b9bb

Monochromatic Colors of #668ebb

#668ebb

Complementary Color

#668ebb #bb9366

#668ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#668ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#668ebb Color CSS Codes

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

#668ebb Text Font Color

<p style="color:#668ebb">Text here</p>

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


#668ebb Background Color

<div style="background-color:#668ebb">
Div content here</div>

This div background color is #668ebb


#668ebb Border Color

<div style="border:3px solid #668ebb">
Div here</div>

This div border color is #668ebb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,142,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #668ebb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #668ebb;
  -webkit-box-shadow: 1px 1px 3px 2px #668ebb;
  box-shadow:         1px 1px 3px 2px #668ebb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #668ebb


Comments

No comments written yet.

Please login to write comment.