Color Hex Logo

#99ddac Color Hex

#99DDAC
(153,221,172)
0 Favorites   0 Comments

Color spaces of #99ddac

RGB 153221172
HSL0.380.500.73
HSV137°31°87°
CMYK 0.310.000.22   0.13
XYZ46.439761.463848.4458
Yxy61.46380.29700.3931
Hunter Lab78.3989-31.463218.2415
CIE-Lab82.6274-31.308117.3627

#99ddac color RGB value is (153,221,172).

#99ddac hex color red value is 153, green value is 221 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #99ddac hue: 0.38 , saturation: 0.50 and the lightness value of 99ddac is 0.73.

The process color (four color CMYK) of #99ddac color hex is 0.31, 0.00, 0.22, 0.13. Web safe color of #99ddac is #99cc99. Color #99ddac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 11011101 10101100
Octal 231 335 254
Decimal 153 221 172
Hex 99 DD AC

RGB Percentages of Color #99ddac

%28.02
%40.48
%31.50

CMYK Percentages of Color #99ddac

%31
%0
%22
%13

Triadic Colors of #99ddac

#99ddac #ac99dd #ddac99

Analogous Colors of #99ddac

#99ddac #99ddce #a8dd99

Monochromatic Colors of #99ddac

#99ddac

Complementary Color

#99ddac #dd99ca

#99ddac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99ddac Color Preview on White Background

Lorem ipsum dolor sit amet.

#99ddac Color CSS Codes

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

#99ddac Text Font Color

<p style="color:#99ddac">Text here</p>

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


#99ddac Background Color

<div style="background-color:#99ddac">
Div content here</div>

This div background color is #99ddac


#99ddac Border Color

<div style="border:3px solid #99ddac">
Div here</div>

This div border color is #99ddac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,221,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #99ddac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #99ddac;
  -webkit-box-shadow: 1px 1px 3px 2px #99ddac;
  box-shadow:         1px 1px 3px 2px #99ddac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,221,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 #99ddac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99ddac


Comments

No comments written yet.

Please login to write comment.