Color Hex Logo

#9ddeea Color Hex

#9DDEEA
(157,222,234)
0 Favorites   0 Comments

Color spaces of #9ddeea

RGB 157222234
HSL0.530.650.77
HSV189°33°92°
CMYK 0.330.050.00   0.08
XYZ54.877265.351287.5636
Yxy65.35120.26410.3145
Hunter Lab80.8401-20.2978-7.6331
CIE-Lab84.6644-17.5521-12.4285

#9ddeea color RGB value is (157,222,234).

#9ddeea hex color red value is 157, green value is 222 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #9ddeea hue: 0.53 , saturation: 0.65 and the lightness value of 9ddeea is 0.77.

The process color (four color CMYK) of #9ddeea color hex is 0.33, 0.05, 0.00, 0.08. Web safe color of #9ddeea is #99ccff. Color #9ddeea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 11011110 11101010
Octal 235 336 352
Decimal 157 222 234
Hex 9D DE EA

RGB Percentages of Color #9ddeea

%25.61
%36.22
%38.17

CMYK Percentages of Color #9ddeea

%33
%5
%0
%8

Triadic Colors of #9ddeea

#9ddeea #ea9dde #deea9d

Analogous Colors of #9ddeea

#9ddeea #9db8ea #9dead0

Monochromatic Colors of #9ddeea

#9ddeea

Complementary Color

#9ddeea #eaa99d

#9ddeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ddeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ddeea Color CSS Codes

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

#9ddeea Text Font Color

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

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


#9ddeea Background Color

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

This div background color is #9ddeea


#9ddeea Border Color

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

This div border color is #9ddeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ddeea


Comments

No comments written yet.

Please login to write comment.