Color Hex Logo

#9dedad Color Hex

#9DEDAD
(157,237,173)
0 Favorites   0 Comments

Color spaces of #9dedad

RGB 157237173
HSL0.370.690.77
HSV132°34°93°
CMYK 0.340.000.27   0.07
XYZ51.731670.753650.4654
Yxy70.75360.29910.4091
Hunter Lab84.1152-37.422423.3092
CIE-Lab87.3652-37.305523.4383

#9dedad color RGB value is (157,237,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11101101 10101101
Octal 235 355 255
Decimal 157 237 173
Hex 9D ED AD

RGB Percentages of Color #9dedad

%27.69
%41.80
%30.51

CMYK Percentages of Color #9dedad

%34
%0
%27
%7

Triadic Colors of #9dedad

#9dedad #ad9ded #edad9d

Analogous Colors of #9dedad

#9dedad #9dedd5 #b5ed9d

Monochromatic Colors of #9dedad

#9dedad

Complementary Color

#9dedad #ed9ddd

#9dedad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dedad Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dedad Color CSS Codes

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

#9dedad Text Font Color

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

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


#9dedad Background Color

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

This div background color is #9dedad


#9dedad Border Color

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

This div border color is #9dedad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dedad


Comments

No comments written yet.

Please login to write comment.