Color Hex Logo

#9ed3de Color Hex

#9ED3DE
(158,211,222)
0 Favorites   0 Comments

Color spaces of #9ed3de

RGB 158211222
HSL0.530.490.75
HSV190°29°87°
CMYK 0.290.050.00   0.13
XYZ50.579659.131677.8549
Yxy59.13160.26970.3153
Hunter Lab76.8971-17.1602-6.2006
CIE-Lab81.3639-14.4910-10.9742

#9ed3de color RGB value is (158,211,222).

#9ed3de hex color red value is 158, green value is 211 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #9ed3de hue: 0.53 , saturation: 0.49 and the lightness value of 9ed3de is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11010011 11011110
Octal 236 323 336
Decimal 158 211 222
Hex 9E D3 DE

RGB Percentages of Color #9ed3de

%26.73
%35.70
%37.56

CMYK Percentages of Color #9ed3de

%29
%5
%0
%13

Triadic Colors of #9ed3de

#9ed3de #de9ed3 #d3de9e

Analogous Colors of #9ed3de

#9ed3de #9eb3de #9edec9

Monochromatic Colors of #9ed3de

#9ed3de

Complementary Color

#9ed3de #dea99e

#9ed3de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ed3de Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ed3de Color CSS Codes

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

#9ed3de Text Font Color

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

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


#9ed3de Background Color

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

This div background color is #9ed3de


#9ed3de Border Color

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

This div border color is #9ed3de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ed3de


Comments

No comments written yet.

Please login to write comment.