Color Hex Logo

#9ed0db Color Hex

#9ED0DB
(158,208,219)
0 Favorites   0 Comments

Color spaces of #9ed0db

RGB 158208219
HSL0.530.460.74
HSV191°28°86°
CMYK 0.280.050.00   0.14
XYZ49.442657.495375.5096
Yxy57.49530.27100.3151
Hunter Lab75.8257-16.3028-5.9649
CIE-Lab80.4574-13.6427-10.7230

#9ed0db color RGB value is (158,208,219).

#9ed0db hex color red value is 158, green value is 208 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #9ed0db hue: 0.53 , saturation: 0.46 and the lightness value of 9ed0db is 0.74.

The process color (four color CMYK) of #9ed0db color hex is 0.28, 0.05, 0.00, 0.14. Web safe color of #9ed0db is #99cccc. Color #9ed0db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11010000 11011011
Octal 236 320 333
Decimal 158 208 219
Hex 9E D0 DB

RGB Percentages of Color #9ed0db

%27.01
%35.56
%37.44

CMYK Percentages of Color #9ed0db

%28
%5
%0
%14

Triadic Colors of #9ed0db

#9ed0db #db9ed0 #d0db9e

Analogous Colors of #9ed0db

#9ed0db #9eb2db #9edbc8

Monochromatic Colors of #9ed0db

#9ed0db

Complementary Color

#9ed0db #dba99e

#9ed0db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ed0db Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ed0db Color CSS Codes

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

#9ed0db Text Font Color

<p style="color:#9ed0db">Text here</p>

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


#9ed0db Background Color

<div style="background-color:#9ed0db">
Div content here</div>

This div background color is #9ed0db


#9ed0db Border Color

<div style="border:3px solid #9ed0db">
Div here</div>

This div border color is #9ed0db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ed0db

#9ed0db Color Palettes


Comments

No comments written yet.

Please login to write comment.