Color Hex Logo

#666ebd Color Hex

#666EBD
(102,110,189)
0 Favorites   0 Comments

Color spaces of #666ebd

RGB 102110189
HSL0.650.400.57
HSV234°46°74°
CMYK 0.460.420.00   0.26
XYZ20.240717.650850.4842
Yxy17.65080.22900.1997
Hunter Lab42.012912.4742-41.8361
CIE-Lab49.069818.1102-42.6074

#666ebd color RGB value is (102,110,189).

#666ebd hex color red value is 102, green value is 110 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #666ebd hue: 0.65 , saturation: 0.40 and the lightness value of 666ebd is 0.57.

The process color (four color CMYK) of #666ebd color hex is 0.46, 0.42, 0.00, 0.26. Web safe color of #666ebd is #6666cc. Color #666ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01101110 10111101
Octal 146 156 275
Decimal 102 110 189
Hex 66 6E BD

RGB Percentages of Color #666ebd

%25.44
%27.43
%47.13

CMYK Percentages of Color #666ebd

%46
%42
%0
%26

Triadic Colors of #666ebd

#666ebd #bd666e #6ebd66

Analogous Colors of #666ebd

#666ebd #8a66bd #669abd

Monochromatic Colors of #666ebd

#666ebd

Complementary Color

#666ebd #bdb566

#666ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#666ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#666ebd Color CSS Codes

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

#666ebd Text Font Color

<p style="color:#666ebd">Text here</p>

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


#666ebd Background Color

<div style="background-color:#666ebd">
Div content here</div>

This div background color is #666ebd


#666ebd Border Color

<div style="border:3px solid #666ebd">
Div here</div>

This div border color is #666ebd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,110,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #666ebd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #666ebd;
  -webkit-box-shadow: 1px 1px 3px 2px #666ebd;
  box-shadow:         1px 1px 3px 2px #666ebd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #666ebd


Comments

No comments written yet.

Please login to write comment.