Color Hex Logo

#9dedbd Color Hex

#9DEDBD
(157,237,189)
0 Favorites   0 Comments

Color spaces of #9dedbd

RGB 157237189
HSL0.400.690.77
HSV144°34°93°
CMYK 0.340.000.20   0.07
XYZ53.374171.410659.1146
Yxy71.41060.29020.3883
Hunter Lab84.5048-35.140917.6775
CIE-Lab87.6841-34.404715.6078

#9dedbd color RGB value is (157,237,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11101101 10111101
Octal 235 355 275
Decimal 157 237 189
Hex 9D ED BD

RGB Percentages of Color #9dedbd

%26.93
%40.65
%32.42

CMYK Percentages of Color #9dedbd

%34
%0
%20
%7

Triadic Colors of #9dedbd

#9dedbd #bd9ded #edbd9d

Analogous Colors of #9dedbd

#9dedbd #9dede5 #a5ed9d

Monochromatic Colors of #9dedbd

#9dedbd

Complementary Color

#9dedbd #ed9dcd

#9dedbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dedbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dedbd Color CSS Codes

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

#9dedbd Text Font Color

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

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


#9dedbd Background Color

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

This div background color is #9dedbd


#9dedbd Border Color

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

This div border color is #9dedbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dedbd


Comments

No comments written yet.

Please login to write comment.