Color Hex Logo

#99ddab Color Hex

#99DDAB
(153,221,171)
0 Favorites   0 Comments

Color spaces of #99ddab

RGB 153221171
HSL0.380.500.73
HSV136°31°87°
CMYK 0.310.000.23   0.13
XYZ46.344061.425547.9418
Yxy61.42550.29760.3945
Hunter Lab78.3744-31.605418.5943
CIE-Lab82.6070-31.490417.8587

#99ddab color RGB value is (153,221,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 11011101 10101011
Octal 231 335 253
Decimal 153 221 171
Hex 99 DD AB

RGB Percentages of Color #99ddab

%28.07
%40.55
%31.38

CMYK Percentages of Color #99ddab

%31
%0
%23
%13

Triadic Colors of #99ddab

#99ddab #ab99dd #ddab99

Analogous Colors of #99ddab

#99ddab #99ddcd #a9dd99

Monochromatic Colors of #99ddab

#99ddab

Complementary Color

#99ddab #dd99cb

#99ddab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99ddab Color Preview on White Background

Lorem ipsum dolor sit amet.

#99ddab Color CSS Codes

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

#99ddab Text Font Color

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

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


#99ddab Background Color

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

This div background color is #99ddab


#99ddab Border Color

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

This div border color is #99ddab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99ddab


Comments

No comments written yet.

Please login to write comment.