Color Hex Logo

#cac329 Color Hex

#CAC329
(202,195,41)
0 Favorites   0 Comments

Color spaces of #cac329

RGB 20219541
HSL0.160.660.48
HSV57°80°79°
CMYK 0.000.030.80   0.21
XYZ44.272551.74699.7526
Yxy51.74690.41860.4892
Hunter Lab71.9353-16.029242.3165
CIE-Lab77.1292-13.832871.0827

#cac329 color RGB value is (202,195,41).

#cac329 hex color red value is 202, green value is 195 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #cac329 hue: 0.16 , saturation: 0.66 and the lightness value of cac329 is 0.48.

The process color (four color CMYK) of #cac329 color hex is 0.00, 0.03, 0.80, 0.21. Web safe color of #cac329 is #cccc33. Color #cac329 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11000011 00101001
Octal 312 303 51
Decimal 202 195 41
Hex CA C3 29

RGB Percentages of Color #cac329

%46.12
%44.52
%9.36

CMYK Percentages of Color #cac329

%0
%3
%80
%21

Triadic Colors of #cac329

#cac329 #29cac3 #c329ca

Analogous Colors of #cac329

#cac329 #81ca29 #ca7329

Monochromatic Colors of #cac329

#cac329

Complementary Color

#cac329 #2930ca

#cac329 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cac329 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cac329 Color CSS Codes

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

#cac329 Text Font Color

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

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


#cac329 Background Color

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

This div background color is #cac329


#cac329 Border Color

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

This div border color is #cac329


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cac329


Comments

No comments written yet.

Please login to write comment.