Color Hex Logo

#999eeb Color Hex

#999EEB
(153,158,235)
0 Favorites   0 Comments

Color spaces of #999eeb

RGB 153158235
HSL0.660.670.76
HSV236°35°92°
CMYK 0.350.330.00   0.08
XYZ40.359137.224283.6551
Yxy37.22420.25030.2309
Hunter Lab61.011611.3071-38.5864
CIE-Lab67.444916.1361-39.3078

#999eeb color RGB value is (153,158,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10011110 11101011
Octal 231 236 353
Decimal 153 158 235
Hex 99 9E EB

RGB Percentages of Color #999eeb

%28.02
%28.94
%43.04

CMYK Percentages of Color #999eeb

%35
%33
%0
%8

Triadic Colors of #999eeb

#999eeb #eb999e #9eeb99

Analogous Colors of #999eeb

#999eeb #bd99eb #99c7eb

Monochromatic Colors of #999eeb

#999eeb

Complementary Color

#999eeb #ebe699

#999eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#999eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#999eeb Color CSS Codes

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

#999eeb Text Font Color

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

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


#999eeb Background Color

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

This div background color is #999eeb


#999eeb Border Color

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

This div border color is #999eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #999eeb


Comments

No comments written yet.

Please login to write comment.