Color Hex Logo

#9ed8dc Color Hex

#9ED8DC
(158,216,220)
0 Favorites   0 Comments

Color spaces of #9ed8dc

RGB 158216220
HSL0.510.470.74
HSV184°28°86°
CMYK 0.280.020.00   0.14
XYZ51.574761.548176.8719
Yxy61.54810.27150.3239
Hunter Lab78.4526-19.9462-3.1786
CIE-Lab82.6725-17.4917-7.9621

#9ed8dc color RGB value is (158,216,220).

#9ed8dc hex color red value is 158, green value is 216 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #9ed8dc hue: 0.51 , saturation: 0.47 and the lightness value of 9ed8dc is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11011000 11011100
Octal 236 330 334
Decimal 158 216 220
Hex 9E D8 DC

RGB Percentages of Color #9ed8dc

%26.60
%36.36
%37.04

CMYK Percentages of Color #9ed8dc

%28
%2
%0
%14

Triadic Colors of #9ed8dc

#9ed8dc #dc9ed8 #d8dc9e

Analogous Colors of #9ed8dc

#9ed8dc #9eb9dc #9edcc1

Monochromatic Colors of #9ed8dc

#9ed8dc

Complementary Color

#9ed8dc #dca29e

#9ed8dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ed8dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ed8dc Color CSS Codes

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

#9ed8dc Text Font Color

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

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


#9ed8dc Background Color

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

This div background color is #9ed8dc


#9ed8dc Border Color

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

This div border color is #9ed8dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ed8dc


Comments

No comments written yet.

Please login to write comment.