Color Hex Logo

#999edb Color Hex

#999EDB
(153,158,219)
0 Favorites   0 Comments

Color spaces of #999edb

RGB 153158219
HSL0.650.480.73
HSV235°30°86°
CMYK 0.300.280.00   0.14
XYZ38.149936.340572.0215
Yxy36.34050.26040.2480
Hunter Lab60.28317.4676-28.6369
CIE-Lab66.779312.0189-31.5370

#999edb color RGB value is (153,158,219).

#999edb hex color red value is 153, green value is 158 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #999edb hue: 0.65 , saturation: 0.48 and the lightness value of 999edb is 0.73.

The process color (four color CMYK) of #999edb color hex is 0.30, 0.28, 0.00, 0.14. Web safe color of #999edb is #9999cc. Color #999edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10011110 11011011
Octal 231 236 333
Decimal 153 158 219
Hex 99 9E DB

RGB Percentages of Color #999edb

%28.87
%29.81
%41.32

CMYK Percentages of Color #999edb

%30
%28
%0
%14

Triadic Colors of #999edb

#999edb #db999e #9edb99

Analogous Colors of #999edb

#999edb #b599db #99bfdb

Monochromatic Colors of #999edb

#999edb

Complementary Color

#999edb #dbd699

#999edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#999edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#999edb Color CSS Codes

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

#999edb Text Font Color

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

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


#999edb Background Color

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

This div background color is #999edb


#999edb Border Color

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

This div border color is #999edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #999edb


Comments

No comments written yet.

Please login to write comment.