Color Hex Logo

#9dd3ac Color Hex

#9DD3AC
(157,211,172)
0 Favorites   0 Comments

Color spaces of #9dd3ac

RGB 157211172
HSL0.380.380.72
HSV137°26°83°
CMYK 0.260.000.18   0.17
XYZ44.645356.735247.6277
Yxy56.73520.29960.3808
Hunter Lab75.3228-26.014415.2360
CIE-Lab80.0304-25.253013.7494

#9dd3ac color RGB value is (157,211,172).

#9dd3ac hex color red value is 157, green value is 211 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #9dd3ac hue: 0.38 , saturation: 0.38 and the lightness value of 9dd3ac is 0.72.

The process color (four color CMYK) of #9dd3ac color hex is 0.26, 0.00, 0.18, 0.17. Web safe color of #9dd3ac is #99cc99. Color #9dd3ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 11010011 10101100
Octal 235 323 254
Decimal 157 211 172
Hex 9D D3 AC

RGB Percentages of Color #9dd3ac

%29.07
%39.07
%31.85

CMYK Percentages of Color #9dd3ac

%26
%0
%18
%17

Triadic Colors of #9dd3ac

#9dd3ac #ac9dd3 #d3ac9d

Analogous Colors of #9dd3ac

#9dd3ac #9dd3c7 #a9d39d

Monochromatic Colors of #9dd3ac

#9dd3ac

Complementary Color

#9dd3ac #d39dc4

#9dd3ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dd3ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dd3ac Color CSS Codes

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

#9dd3ac Text Font Color

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

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


#9dd3ac Background Color

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

This div background color is #9dd3ac


#9dd3ac Border Color

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

This div border color is #9dd3ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dd3ac


Comments

No comments written yet.

Please login to write comment.