Color Hex Logo

#9dfdac Color Hex

#9DFDAC
(157,253,172)
0 Favorites   0 Comments

Color spaces of #9dfdac

RGB 157253172
HSL0.360.960.80
HSV129°38°99°
CMYK 0.380.000.32   0.01
XYZ56.476380.397251.5713
Yxy80.39720.29970.4266
Hunter Lab89.6645-44.482428.6640
CIE-Lab91.8628-44.574330.0704

#9dfdac color RGB value is (157,253,172).

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

The process color (four color CMYK) of #9dfdac color hex is 0.38, 0.00, 0.32, 0.01. Web safe color of #9dfdac is #99ff99. Color #9dfdac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 11111101 10101100
Octal 235 375 254
Decimal 157 253 172
Hex 9D FD AC

RGB Percentages of Color #9dfdac

%26.98
%43.47
%29.55

CMYK Percentages of Color #9dfdac

%38
%0
%32
%1

Triadic Colors of #9dfdac

#9dfdac #ac9dfd #fdac9d

Analogous Colors of #9dfdac

#9dfdac #9dfddc #befd9d

Monochromatic Colors of #9dfdac

#9dfdac

Complementary Color

#9dfdac #fd9dee

#9dfdac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dfdac Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dfdac Color CSS Codes

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

#9dfdac Text Font Color

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

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


#9dfdac Background Color

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

This div background color is #9dfdac


#9dfdac Border Color

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

This div border color is #9dfdac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dfdac


Comments

No comments written yet.

Please login to write comment.