Color Hex Logo

#cab95a Color Hex

#CAB95A
(202,185,90)
0 Favorites   0 Comments

Color spaces of #cab95a

RGB 20218590
HSL0.140.510.57
HSV51°55°79°
CMYK 0.000.080.55   0.21
XYZ43.551547.992716.6410
Yxy47.99270.40260.4436
Hunter Lab69.2768-9.018634.2517
CIE-Lab74.8203-5.996049.6559

#cab95a color RGB value is (202,185,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111001 01011010
Octal 312 271 132
Decimal 202 185 90
Hex CA B9 5A

RGB Percentages of Color #cab95a

%42.35
%38.78
%18.87

CMYK Percentages of Color #cab95a

%0
%8
%55
%21

Triadic Colors of #cab95a

#cab95a #5acab9 #b95aca

Analogous Colors of #cab95a

#cab95a #a3ca5a #ca815a

Monochromatic Colors of #cab95a

#cab95a

Complementary Color

#cab95a #5a6bca

#cab95a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab95a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab95a Color CSS Codes

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

#cab95a Text Font Color

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

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


#cab95a Background Color

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

This div background color is #cab95a


#cab95a Border Color

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

This div border color is #cab95a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab95a


Comments

No comments written yet.

Please login to write comment.