Color Hex Logo

#9de9ee Color Hex

#9DE9EE
(157,233,238)
0 Favorites   0 Comments

Color spaces of #9de9ee

RGB 157233238
HSL0.510.700.77
HSV184°34°93°
CMYK 0.340.020.00   0.07
XYZ58.476271.619091.6307
Yxy71.61900.26370.3230
Hunter Lab84.6280-24.7592-4.9564
CIE-Lab87.7849-22.0928-9.8845

#9de9ee color RGB value is (157,233,238).

#9de9ee hex color red value is 157, green value is 233 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #9de9ee hue: 0.51 , saturation: 0.70 and the lightness value of 9de9ee is 0.77.

The process color (four color CMYK) of #9de9ee color hex is 0.34, 0.02, 0.00, 0.07. Web safe color of #9de9ee is #99ffff. Color #9de9ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 11101001 11101110
Octal 235 351 356
Decimal 157 233 238
Hex 9D E9 EE

RGB Percentages of Color #9de9ee

%25.00
%37.10
%37.90

CMYK Percentages of Color #9de9ee

%34
%2
%0
%7

Triadic Colors of #9de9ee

#9de9ee #ee9de9 #e9ee9d

Analogous Colors of #9de9ee

#9de9ee #9dc1ee #9deecb

Monochromatic Colors of #9de9ee

#9de9ee

Complementary Color

#9de9ee #eea29d

#9de9ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9de9ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#9de9ee Color CSS Codes

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

#9de9ee Text Font Color

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

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


#9de9ee Background Color

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

This div background color is #9de9ee


#9de9ee Border Color

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

This div border color is #9de9ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9de9ee


Comments

No comments written yet.

Please login to write comment.