Color Hex Logo

#cac75e Color Hex

#CAC75E
(202,199,94)
0 Favorites   0 Comments

Color spaces of #cac75e

RGB 20219994
HSL0.160.500.58
HSV58°53°79°
CMYK 0.000.010.53   0.21
XYZ46.800954.211618.5869
Yxy54.21160.39130.4533
Hunter Lab73.6285-15.389036.5727
CIE-Lab78.5850-12.865252.1313

#cac75e color RGB value is (202,199,94).

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

The process color (four color CMYK) of #cac75e color hex is 0.00, 0.01, 0.53, 0.21. Web safe color of #cac75e is #cccc66. Color #cac75e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11000111 01011110
Octal 312 307 136
Decimal 202 199 94
Hex CA C7 5E

RGB Percentages of Color #cac75e

%40.81
%40.20
%18.99

CMYK Percentages of Color #cac75e

%0
%1
%53
%21

Triadic Colors of #cac75e

#cac75e #5ecac7 #c75eca

Analogous Colors of #cac75e

#cac75e #97ca5e #ca915e

Monochromatic Colors of #cac75e

#cac75e

Complementary Color

#cac75e #5e61ca

#cac75e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cac75e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cac75e Color CSS Codes

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

#cac75e Text Font Color

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

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


#cac75e Background Color

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

This div background color is #cac75e


#cac75e Border Color

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

This div border color is #cac75e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cac75e


Comments

No comments written yet.

Please login to write comment.