Color Hex Logo

#99caab Color Hex

#99CAAB
(153,202,171)
0 Favorites   0 Comments

Color spaces of #99caab

RGB 153202171
HSL0.390.320.70
HSV142°24°79°
CMYK 0.240.000.15   0.21
XYZ41.608151.953646.3632
Yxy51.95360.29740.3713
Hunter Lab72.0788-23.097412.3181
CIE-Lab77.2531-22.303210.3165

#99caab color RGB value is (153,202,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 11001010 10101011
Octal 231 312 253
Decimal 153 202 171
Hex 99 CA AB

RGB Percentages of Color #99caab

%29.09
%38.40
%32.51

CMYK Percentages of Color #99caab

%24
%0
%15
%21

Triadic Colors of #99caab

#99caab #ab99ca #caab99

Analogous Colors of #99caab

#99caab #99cac4 #a0ca99

Monochromatic Colors of #99caab

#99caab

Complementary Color

#99caab #ca99b8

#99caab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99caab Color Preview on White Background

Lorem ipsum dolor sit amet.

#99caab Color CSS Codes

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

#99caab Text Font Color

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

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


#99caab Background Color

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

This div background color is #99caab


#99caab Border Color

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

This div border color is #99caab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99caab


Comments

No comments written yet.

Please login to write comment.