Color Hex Logo

#9deebd Color Hex

#9DEEBD
(157,238,189)
0 Favorites   0 Comments

Color spaces of #9deebd

RGB 157238189
HSL0.400.700.77
HSV144°34°93°
CMYK 0.340.000.21   0.07
XYZ53.664571.991359.2114
Yxy71.99130.29030.3894
Hunter Lab84.8477-35.585718.0175
CIE-Lab87.9644-34.866016.0020

#9deebd color RGB value is (157,238,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11101110 10111101
Octal 235 356 275
Decimal 157 238 189
Hex 9D EE BD

RGB Percentages of Color #9deebd

%26.88
%40.75
%32.36

CMYK Percentages of Color #9deebd

%34
%0
%21
%7

Triadic Colors of #9deebd

#9deebd #bd9dee #eebd9d

Analogous Colors of #9deebd

#9deebd #9deee6 #a6ee9d

Monochromatic Colors of #9deebd

#9deebd

Complementary Color

#9deebd #ee9dce

#9deebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9deebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9deebd Color CSS Codes

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

#9deebd Text Font Color

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

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


#9deebd Background Color

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

This div background color is #9deebd


#9deebd Border Color

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

This div border color is #9deebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9deebd


Comments

No comments written yet.

Please login to write comment.