Color Hex Logo

#99ccab Color Hex

#99CCAB
(153,204,171)
0 Favorites   0 Comments

Color spaces of #99ccab

RGB 153204171
HSL0.390.330.70
HSV141°25°80°
CMYK 0.250.000.16   0.20
XYZ42.080452.898346.5206
Yxy52.89830.29740.3738
Hunter Lab72.7312-24.004212.9886
CIE-Lab77.8149-23.293811.1151

#99ccab color RGB value is (153,204,171).

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

The process color (four color CMYK) of #99ccab color hex is 0.25, 0.00, 0.16, 0.20. Web safe color of #99ccab is #99cc99. Color #99ccab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 11001100 10101011
Octal 231 314 253
Decimal 153 204 171
Hex 99 CC AB

RGB Percentages of Color #99ccab

%28.98
%38.64
%32.39

CMYK Percentages of Color #99ccab

%25
%0
%16
%20

Triadic Colors of #99ccab

#99ccab #ab99cc #ccab99

Analogous Colors of #99ccab

#99ccab #99ccc5 #a1cc99

Monochromatic Colors of #99ccab

#99ccab

Complementary Color

#99ccab #cc99ba

#99ccab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99ccab Color Preview on White Background

Lorem ipsum dolor sit amet.

#99ccab Color CSS Codes

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

#99ccab Text Font Color

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

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


#99ccab Background Color

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

This div background color is #99ccab


#99ccab Border Color

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

This div border color is #99ccab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99ccab


Comments

No comments written yet.

Please login to write comment.