Color Hex Logo

#9dedac Color Hex

#9DEDAC
(157,237,172)
0 Favorites   0 Comments

Color spaces of #9dedac

RGB 157237172
HSL0.360.690.77
HSV131°34°93°
CMYK 0.340.000.27   0.07
XYZ51.635270.715049.9576
Yxy70.71500.29970.4104
Hunter Lab84.0922-37.556923.6415
CIE-Lab87.3464-37.478223.9267

#9dedac color RGB value is (157,237,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11101101 10101100
Octal 235 355 254
Decimal 157 237 172
Hex 9D ED AC

RGB Percentages of Color #9dedac

%27.74
%41.87
%30.39

CMYK Percentages of Color #9dedac

%34
%0
%27
%7

Triadic Colors of #9dedac

#9dedac #ac9ded #edac9d

Analogous Colors of #9dedac

#9dedac #9dedd4 #b6ed9d

Monochromatic Colors of #9dedac

#9dedac

Complementary Color

#9dedac #ed9dde

#9dedac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dedac Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dedac Color CSS Codes

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

#9dedac Text Font Color

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

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


#9dedac Background Color

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

This div background color is #9dedac


#9dedac Border Color

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

This div border color is #9dedac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dedac


Comments

No comments written yet.

Please login to write comment.