Color Hex Logo

#99ddaa Color Hex

#99DDAA
(153,221,170)
1 Favorites   0 Comments

Color spaces of #99ddaa

RGB 153221170
HSL0.380.500.73
HSV135°31°87°
CMYK 0.310.000.23   0.13
XYZ46.249061.387547.4416
Yxy61.38750.29820.3958
Hunter Lab78.3502-31.746818.9446
CIE-Lab82.5866-31.671918.3546

#99ddaa color RGB value is (153,221,170). This hex color code is also a web safe color which is equal to #9DA.

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 11011101 10101010
Octal 231 335 252
Decimal 153 221 170
Hex 99 DD AA

RGB Percentages of Color #99ddaa

%28.13
%40.63
%31.25

CMYK Percentages of Color #99ddaa

%31
%0
%23
%13

Triadic Colors of #99ddaa

#99ddaa #aa99dd #ddaa99

Analogous Colors of #99ddaa

#99ddaa #99ddcc #aadd99

Monochromatic Colors of #99ddaa

#99ddaa

Complementary Color

#99ddaa #dd99cc

#99ddaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99ddaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#99ddaa Color CSS Codes

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

#99ddaa Text Font Color

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

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


#99ddaa Background Color

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

This div background color is #99ddaa


#99ddaa Border Color

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

This div border color is #99ddaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,221,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99ddaa


Comments

No comments written yet.

Please login to write comment.