Color Hex Logo

#9ddaac Color Hex

#9DDAAC
(157,218,172)
0 Favorites   0 Comments

Color spaces of #9ddaac

RGB 157218172
HSL0.370.450.74
HSV135°28°85°
CMYK 0.280.000.21   0.15
XYZ46.422460.289548.2200
Yxy60.28950.29960.3891
Hunter Lab77.6463-29.161317.5321
CIE-Lab81.9953-28.632216.5103

#9ddaac color RGB value is (157,218,172).

#9ddaac hex color red value is 157, green value is 218 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #9ddaac hue: 0.37 , saturation: 0.45 and the lightness value of 9ddaac is 0.74.

The process color (four color CMYK) of #9ddaac color hex is 0.28, 0.00, 0.21, 0.15. Web safe color of #9ddaac is #99cc99. Color #9ddaac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 11011010 10101100
Octal 235 332 254
Decimal 157 218 172
Hex 9D DA AC

RGB Percentages of Color #9ddaac

%28.70
%39.85
%31.44

CMYK Percentages of Color #9ddaac

%28
%0
%21
%15

Triadic Colors of #9ddaac

#9ddaac #ac9dda #daac9d

Analogous Colors of #9ddaac

#9ddaac #9ddacb #adda9d

Monochromatic Colors of #9ddaac

#9ddaac

Complementary Color

#9ddaac #da9dcb

#9ddaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ddaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ddaac Color CSS Codes

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

#9ddaac Text Font Color

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

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


#9ddaac Background Color

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

This div background color is #9ddaac


#9ddaac Border Color

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

This div border color is #9ddaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ddaac


Comments

No comments written yet.

Please login to write comment.