Color Hex Logo

#99deae Color Hex

#99DEAE
(153,222,174)
0 Favorites   0 Comments

Color spaces of #99deae

RGB 153222174
HSL0.380.510.74
HSV138°31°87°
CMYK 0.310.000.22   0.13
XYZ46.898162.070849.5535
Yxy62.07080.29580.3916
Hunter Lab78.7850-31.618717.8578
CIE-Lab82.9511-31.411416.7657

#99deae color RGB value is (153,222,174).

#99deae hex color red value is 153, green value is 222 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #99deae hue: 0.38 , saturation: 0.51 and the lightness value of 99deae is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 11011110 10101110
Octal 231 336 256
Decimal 153 222 174
Hex 99 DE AE

RGB Percentages of Color #99deae

%27.87
%40.44
%31.69

CMYK Percentages of Color #99deae

%31
%0
%22
%13

Triadic Colors of #99deae

#99deae #ae99de #deae99

Analogous Colors of #99deae

#99deae #99ded1 #a7de99

Monochromatic Colors of #99deae

#99deae

Complementary Color

#99deae #de99c9

#99deae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99deae Color Preview on White Background

Lorem ipsum dolor sit amet.

#99deae Color CSS Codes

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

#99deae Text Font Color

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

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


#99deae Background Color

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

This div background color is #99deae


#99deae Border Color

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

This div border color is #99deae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99deae


Comments

No comments written yet.

Please login to write comment.