Color Hex Logo

#cac72f Color Hex

#CAC72F
(202,199,47)
0 Favorites   0 Comments

Color spaces of #cac72f

RGB 20219947
HSL0.160.620.49
HSV59°77°79°
CMYK 0.000.010.77   0.21
XYZ45.293653.608610.6496
Yxy53.60860.41340.4893
Hunter Lab73.2179-17.708842.6287
CIE-Lab78.2330-15.633070.3222

#cac72f color RGB value is (202,199,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11000111 00101111
Octal 312 307 57
Decimal 202 199 47
Hex CA C7 2F

RGB Percentages of Color #cac72f

%45.09
%44.42
%10.49

CMYK Percentages of Color #cac72f

%0
%1
%77
%21

Triadic Colors of #cac72f

#cac72f #2fcac7 #c72fca

Analogous Colors of #cac72f

#cac72f #80ca2f #ca7a2f

Monochromatic Colors of #cac72f

#cac72f

Complementary Color

#cac72f #2f32ca

#cac72f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cac72f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cac72f Color CSS Codes

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

#cac72f Text Font Color

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

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


#cac72f Background Color

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

This div background color is #cac72f


#cac72f Border Color

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

This div border color is #cac72f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cac72f


Comments

No comments written yet.

Please login to write comment.