Color Hex Logo

#cac51a Color Hex

#CAC51A
(202,197,26)
0 Favorites   0 Comments

Color spaces of #cac51a

RGB 20219726
HSL0.160.770.45
HSV58°87°79°
CMYK 0.000.020.87   0.21
XYZ44.509852.56368.7772
Yxy52.56360.42050.4966
Hunter Lab72.5008-17.291343.5727
CIE-Lab77.6166-15.242375.0117

#cac51a color RGB value is (202,197,26).

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

The process color (four color CMYK) of #cac51a color hex is 0.00, 0.02, 0.87, 0.21. Web safe color of #cac51a is #cccc33. Color #cac51a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11000101 00011010
Octal 312 305 32
Decimal 202 197 26
Hex CA C5 1A

RGB Percentages of Color #cac51a

%47.53
%46.35
%6.12

CMYK Percentages of Color #cac51a

%0
%2
%87
%21

Triadic Colors of #cac51a

#cac51a #1acac5 #c51aca

Analogous Colors of #cac51a

#cac51a #77ca1a #ca6d1a

Monochromatic Colors of #cac51a

#cac51a

Complementary Color

#cac51a #1a1fca

#cac51a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cac51a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cac51a Color CSS Codes

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

#cac51a Text Font Color

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

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


#cac51a Background Color

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

This div background color is #cac51a


#cac51a Border Color

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

This div border color is #cac51a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cac51a


Comments

No comments written yet.

Please login to write comment.