Color Hex Logo

#cac047 Color Hex

#CAC047
(202,192,71)
0 Favorites   0 Comments

Color spaces of #cac047

RGB 20219271
HSL0.150.550.54
HSV55°65°79°
CMYK 0.000.050.65   0.21
XYZ44.344150.710813.4122
Yxy50.71080.40880.4675
Hunter Lab71.2115-13.466538.6812
CIE-Lab76.5035-10.926759.9765

#cac047 color RGB value is (202,192,71).

#cac047 hex color red value is 202, green value is 192 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #cac047 hue: 0.15 , saturation: 0.55 and the lightness value of cac047 is 0.54.

The process color (four color CMYK) of #cac047 color hex is 0.00, 0.05, 0.65, 0.21. Web safe color of #cac047 is #cccc33. Color #cac047 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11000000 01000111
Octal 312 300 107
Decimal 202 192 71
Hex CA C0 47

RGB Percentages of Color #cac047

%43.44
%41.29
%15.27

CMYK Percentages of Color #cac047

%0
%5
%65
%21

Triadic Colors of #cac047

#cac047 #47cac0 #c047ca

Analogous Colors of #cac047

#cac047 #93ca47 #ca7f47

Monochromatic Colors of #cac047

#cac047

Complementary Color

#cac047 #4751ca

#cac047 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cac047 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cac047 Color CSS Codes

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

#cac047 Text Font Color

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

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


#cac047 Background Color

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

This div background color is #cac047


#cac047 Border Color

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

This div border color is #cac047


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cac047


Comments

No comments written yet.

Please login to write comment.