Color Hex Logo

#99caac Color Hex

#99CAAC
(153,202,172)
0 Favorites   0 Comments

Color spaces of #99caac

RGB 153202172
HSL0.400.320.70
HSV143°24°79°
CMYK 0.240.000.15   0.21
XYZ41.703851.991946.8671
Yxy51.99190.29670.3699
Hunter Lab72.1054-22.944911.9365
CIE-Lab77.2760-22.11119.8129

#99caac color RGB value is (153,202,172).

#99caac hex color red value is 153, green value is 202 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #99caac hue: 0.40 , saturation: 0.32 and the lightness value of 99caac is 0.70.

The process color (four color CMYK) of #99caac color hex is 0.24, 0.00, 0.15, 0.21. Web safe color of #99caac is #99cc99. Color #99caac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 11001010 10101100
Octal 231 312 254
Decimal 153 202 172
Hex 99 CA AC

RGB Percentages of Color #99caac

%29.03
%38.33
%32.64

CMYK Percentages of Color #99caac

%24
%0
%15
%21

Triadic Colors of #99caac

#99caac #ac99ca #caac99

Analogous Colors of #99caac

#99caac #99cac5 #9fca99

Monochromatic Colors of #99caac

#99caac

Complementary Color

#99caac #ca99b7

#99caac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99caac Color Preview on White Background

Lorem ipsum dolor sit amet.

#99caac Color CSS Codes

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

#99caac Text Font Color

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

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


#99caac Background Color

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

This div background color is #99caac


#99caac Border Color

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

This div border color is #99caac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99caac

#99caac Color Palettes


Comments

No comments written yet.

Please login to write comment.