Color Hex Logo

#cac55b Color Hex

#CAC55B
(202,197,91)
0 Favorites   0 Comments

Color spaces of #cac55b

RGB 20219791
HSL0.160.510.57
HSV57°55°79°
CMYK 0.000.020.55   0.21
XYZ46.211753.244417.7391
Yxy53.24440.39430.4543
Hunter Lab72.9688-14.649936.6644
CIE-Lab78.0191-12.089952.8689

#cac55b color RGB value is (202,197,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11000101 01011011
Octal 312 305 133
Decimal 202 197 91
Hex CA C5 5B

RGB Percentages of Color #cac55b

%41.22
%40.20
%18.57

CMYK Percentages of Color #cac55b

%0
%2
%55
%21

Triadic Colors of #cac55b

#cac55b #5bcac5 #c55bca

Analogous Colors of #cac55b

#cac55b #98ca5b #ca8e5b

Monochromatic Colors of #cac55b

#cac55b

Complementary Color

#cac55b #5b60ca

#cac55b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cac55b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cac55b Color CSS Codes

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

#cac55b Text Font Color

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

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


#cac55b Background Color

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

This div background color is #cac55b


#cac55b Border Color

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

This div border color is #cac55b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cac55b


Comments

No comments written yet.

Please login to write comment.