Color Hex Logo

#999ebd Color Hex

#999EBD
(153,158,189)
0 Favorites   0 Comments

Color spaces of #999ebd

RGB 153158189
HSL0.640.210.67
HSV232°19°74°
CMYK 0.190.160.00   0.26
XYZ34.549034.900153.0596
Yxy34.90010.28200.2849
Hunter Lab59.07631.0068-11.8981
CIE-Lab65.67084.8069-16.5737

#999ebd color RGB value is (153,158,189).

#999ebd hex color red value is 153, green value is 158 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #999ebd hue: 0.64 , saturation: 0.21 and the lightness value of 999ebd is 0.67.

The process color (four color CMYK) of #999ebd color hex is 0.19, 0.16, 0.00, 0.26. Web safe color of #999ebd is #9999cc. Color #999ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10011110 10111101
Octal 231 236 275
Decimal 153 158 189
Hex 99 9E BD

RGB Percentages of Color #999ebd

%30.60
%31.60
%37.80

CMYK Percentages of Color #999ebd

%19
%16
%0
%26

Triadic Colors of #999ebd

#999ebd #bd999e #9ebd99

Analogous Colors of #999ebd

#999ebd #a699bd #99b0bd

Monochromatic Colors of #999ebd

#999ebd

Complementary Color

#999ebd #bdb899

#999ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#999ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#999ebd Color CSS Codes

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

#999ebd Text Font Color

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

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


#999ebd Background Color

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

This div background color is #999ebd


#999ebd Border Color

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

This div border color is #999ebd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,158,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 #999ebd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #999ebd


Comments

No comments written yet.

Please login to write comment.