Color Hex Logo

#cab55a Color Hex

#CAB55A
(202,181,90)
0 Favorites   0 Comments

Color spaces of #cab55a

RGB 20218190
HSL0.140.510.57
HSV49°55°79°
CMYK 0.000.100.55   0.21
XYZ42.726546.342516.3659
Yxy46.34250.40520.4395
Hunter Lab68.0753-7.098933.3989
CIE-Lab73.7672-3.906448.4327

#cab55a color RGB value is (202,181,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10110101 01011010
Octal 312 265 132
Decimal 202 181 90
Hex CA B5 5A

RGB Percentages of Color #cab55a

%42.71
%38.27
%19.03

CMYK Percentages of Color #cab55a

%0
%10
%55
%21

Triadic Colors of #cab55a

#cab55a #5acab5 #b55aca

Analogous Colors of #cab55a

#cab55a #a7ca5a #ca7d5a

Monochromatic Colors of #cab55a

#cab55a

Complementary Color

#cab55a #5a6fca

#cab55a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab55a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab55a Color CSS Codes

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

#cab55a Text Font Color

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

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


#cab55a Background Color

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

This div background color is #cab55a


#cab55a Border Color

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

This div border color is #cab55a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,181,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 #cab55a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab55a


Comments

No comments written yet.

Please login to write comment.