Color Hex Logo

#999eed Color Hex

#999EED
(153,158,237)
0 Favorites   0 Comments

Color spaces of #999eed

RGB 153158237
HSL0.660.700.76
HSV236°35°93°
CMYK 0.350.330.00   0.07
XYZ40.649837.340485.1857
Yxy37.34040.24910.2288
Hunter Lab61.106811.8059-39.8783
CIE-Lab67.531616.6623-40.2687

#999eed color RGB value is (153,158,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10011110 11101101
Octal 231 236 355
Decimal 153 158 237
Hex 99 9E ED

RGB Percentages of Color #999eed

%27.92
%28.83
%43.25

CMYK Percentages of Color #999eed

%35
%33
%0
%7

Triadic Colors of #999eed

#999eed #ed999e #9eed99

Analogous Colors of #999eed

#999eed #be99ed #99c8ed

Monochromatic Colors of #999eed

#999eed

Complementary Color

#999eed #ede899

#999eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#999eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#999eed Color CSS Codes

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

#999eed Text Font Color

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

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


#999eed Background Color

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

This div background color is #999eed


#999eed Border Color

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

This div border color is #999eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #999eed


Comments

No comments written yet.

Please login to write comment.