Color Hex Logo

#cab96e Color Hex

#CAB96E
(202,185,110)
0 Favorites   0 Comments

Color spaces of #cab96e

RGB 202185110
HSL0.140.460.61
HSV49°46°79°
CMYK 0.000.080.46   0.21
XYZ44.520648.380321.7437
Yxy48.38030.38830.4220
Hunter Lab69.5559-7.470630.1547
CIE-Lab75.0642-4.208940.1054

#cab96e color RGB value is (202,185,110).

#cab96e hex color red value is 202, green value is 185 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #cab96e hue: 0.14 , saturation: 0.46 and the lightness value of cab96e is 0.61.

The process color (four color CMYK) of #cab96e color hex is 0.00, 0.08, 0.46, 0.21. Web safe color of #cab96e is #cccc66. Color #cab96e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111001 01101110
Octal 312 271 156
Decimal 202 185 110
Hex CA B9 6E

RGB Percentages of Color #cab96e

%40.64
%37.22
%22.13

CMYK Percentages of Color #cab96e

%0
%8
%46
%21

Triadic Colors of #cab96e

#cab96e #6ecab9 #b96eca

Analogous Colors of #cab96e

#cab96e #adca6e #ca8b6e

Monochromatic Colors of #cab96e

#cab96e

Complementary Color

#cab96e #6e7fca

#cab96e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab96e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab96e Color CSS Codes

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

#cab96e Text Font Color

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

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


#cab96e Background Color

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

This div background color is #cab96e


#cab96e Border Color

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

This div border color is #cab96e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab96e


Comments

No comments written yet.

Please login to write comment.