Color Hex Logo

#9deede Color Hex

#9DEEDE
(157,238,222)
0 Favorites   0 Comments

Color spaces of #9deede

RGB 157238222
HSL0.470.700.77
HSV168°34°93°
CMYK 0.340.000.07   0.07
XYZ57.664073.591180.2725
Yxy73.59110.27260.3479
Hunter Lab85.7853-30.13834.5698
CIE-Lab88.7289-28.1398-0.1083

#9deede color RGB value is (157,238,222).

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

The process color (four color CMYK) of #9deede color hex is 0.34, 0.00, 0.07, 0.07. Web safe color of #9deede is #99ffcc. Color #9deede contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 11101110 11011110
Octal 235 356 336
Decimal 157 238 222
Hex 9D EE DE

RGB Percentages of Color #9deede

%25.45
%38.57
%35.98

CMYK Percentages of Color #9deede

%34
%0
%7
%7

Triadic Colors of #9deede

#9deede #de9dee #eede9d

Analogous Colors of #9deede

#9deede #9dd6ee #9deeb6

Monochromatic Colors of #9deede

#9deede

Complementary Color

#9deede #ee9dad

#9deede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9deede Color Preview on White Background

Lorem ipsum dolor sit amet.

#9deede Color CSS Codes

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

#9deede Text Font Color

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

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


#9deede Background Color

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

This div background color is #9deede


#9deede Border Color

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

This div border color is #9deede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9deede


Comments

No comments written yet.

Please login to write comment.