Color Hex Logo

#99dfaa Color Hex

#99DFAA
(153,223,170)
0 Favorites   0 Comments

Color spaces of #99dfaa

RGB 153223170
HSL0.370.520.74
HSV135°31°87°
CMYK 0.310.000.24   0.13
XYZ46.780262.449947.6187
Yxy62.44990.29830.3982
Hunter Lab79.0252-32.628419.5910
CIE-Lab83.1521-32.609419.1412

#99dfaa color RGB value is (153,223,170).

#99dfaa hex color red value is 153, green value is 223 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #99dfaa hue: 0.37 , saturation: 0.52 and the lightness value of 99dfaa is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 11011111 10101010
Octal 231 337 252
Decimal 153 223 170
Hex 99 DF AA

RGB Percentages of Color #99dfaa

%28.02
%40.84
%31.14

CMYK Percentages of Color #99dfaa

%31
%0
%24
%13

Triadic Colors of #99dfaa

#99dfaa #aa99df #dfaa99

Analogous Colors of #99dfaa

#99dfaa #99dfcd #abdf99

Monochromatic Colors of #99dfaa

#99dfaa

Complementary Color

#99dfaa #df99ce

#99dfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99dfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#99dfaa Color CSS Codes

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

#99dfaa Text Font Color

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

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


#99dfaa Background Color

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

This div background color is #99dfaa


#99dfaa Border Color

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

This div border color is #99dfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99dfaa


Comments

No comments written yet.

Please login to write comment.