Color Hex Logo

#99caa1 Color Hex

#99CAA1
(153,202,161)
0 Favorites   1 Comments

Color spaces of #99caa1

RGB 153202161
HSL0.360.320.70
HSV130°24°79°
CMYK 0.240.000.20   0.21
XYZ40.690451.586641.5308
Yxy51.58660.30410.3855
Hunter Lab71.8238-24.565915.9933
CIE-Lab77.0330-24.166415.3576

#99caa1 color RGB value is (153,202,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 11001010 10100001
Octal 231 312 241
Decimal 153 202 161
Hex 99 CA A1

RGB Percentages of Color #99caa1

%29.65
%39.15
%31.20

CMYK Percentages of Color #99caa1

%24
%0
%20
%21

Triadic Colors of #99caa1

#99caa1 #a199ca #caa199

Analogous Colors of #99caa1

#99caa1 #99caba #aaca99

Monochromatic Colors of #99caa1

#99caa1

Complementary Color

#99caa1 #ca99c2

#99caa1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99caa1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#99caa1 Color CSS Codes

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

#99caa1 Text Font Color

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

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


#99caa1 Background Color

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

This div background color is #99caa1


#99caa1 Border Color

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

This div border color is #99caa1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99caa1


Comments

2 Oct 2015, 16:55 12345

Name: Dental Floss

Please login to write comment.