Color Hex Logo

#cab99e Color Hex

#CAB99E
(202,185,158)
0 Favorites   0 Comments

Color spaces of #cab99e

RGB 202185158
HSL0.100.290.71
HSV37°22°79°
CMYK 0.000.080.22   0.21
XYZ47.877649.723139.4218
Yxy49.72310.34940.3629
Hunter Lab70.5146-2.203716.2136
CIE-Lab75.89901.717215.9004

#cab99e color RGB value is (202,185,158).

#cab99e hex color red value is 202, green value is 185 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #cab99e hue: 0.10 , saturation: 0.29 and the lightness value of cab99e is 0.71.

The process color (four color CMYK) of #cab99e color hex is 0.00, 0.08, 0.22, 0.21. Web safe color of #cab99e is #cccc99. Color #cab99e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111001 10011110
Octal 312 271 236
Decimal 202 185 158
Hex CA B9 9E

RGB Percentages of Color #cab99e

%37.06
%33.94
%28.99

CMYK Percentages of Color #cab99e

%0
%8
%22
%21

Triadic Colors of #cab99e

#cab99e #9ecab9 #b99eca

Analogous Colors of #cab99e

#cab99e #c5ca9e #caa39e

Monochromatic Colors of #cab99e

#cab99e

Complementary Color

#cab99e #9eafca

#cab99e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab99e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab99e Color CSS Codes

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

#cab99e Text Font Color

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

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


#cab99e Background Color

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

This div background color is #cab99e


#cab99e Border Color

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

This div border color is #cab99e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(202,185,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cab99e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cab99e;
  -webkit-box-shadow: 1px 1px 3px 2px #cab99e;
  box-shadow:         1px 1px 3px 2px #cab99e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab99e


Comments

No comments written yet.

Please login to write comment.