Color Hex Logo

#cac73a Color Hex

#CAC73A
(202,199,58)
0 Favorites   0 Comments

Color spaces of #cac73a

RGB 20219958
HSL0.160.580.51
HSV59°71°79°
CMYK 0.000.010.71   0.21
XYZ45.544353.708911.9694
Yxy53.70890.40950.4829
Hunter Lab73.2864-17.321141.6170
CIE-Lab78.2917-15.166966.7641

#cac73a color RGB value is (202,199,58).

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

The process color (four color CMYK) of #cac73a color hex is 0.00, 0.01, 0.71, 0.21. Web safe color of #cac73a is #cccc33. Color #cac73a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11000111 00111010
Octal 312 307 72
Decimal 202 199 58
Hex CA C7 3A

RGB Percentages of Color #cac73a

%44.01
%43.36
%12.64

CMYK Percentages of Color #cac73a

%0
%1
%71
%21

Triadic Colors of #cac73a

#cac73a #3acac7 #c73aca

Analogous Colors of #cac73a

#cac73a #85ca3a #ca7f3a

Monochromatic Colors of #cac73a

#cac73a

Complementary Color

#cac73a #3a3dca

#cac73a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cac73a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cac73a Color CSS Codes

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

#cac73a Text Font Color

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

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


#cac73a Background Color

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

This div background color is #cac73a


#cac73a Border Color

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

This div border color is #cac73a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cac73a


Comments

No comments written yet.

Please login to write comment.