Color Hex Logo

#cac375 Color Hex

#CAC375
(202,195,117)
0 Favorites   0 Comments

Color spaces of #cac375

RGB 202195117
HSL0.150.450.63
HSV55°42°79°
CMYK 0.000.030.42   0.21
XYZ47.083152.871124.5532
Yxy52.87110.37820.4246
Hunter Lab72.7125-11.663930.8780
CIE-Lab77.7988-8.684739.9879

#cac375 color RGB value is (202,195,117).

#cac375 hex color red value is 202, green value is 195 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #cac375 hue: 0.15 , saturation: 0.45 and the lightness value of cac375 is 0.63.

The process color (four color CMYK) of #cac375 color hex is 0.00, 0.03, 0.42, 0.21. Web safe color of #cac375 is #cccc66. Color #cac375 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11000011 01110101
Octal 312 303 165
Decimal 202 195 117
Hex CA C3 75

RGB Percentages of Color #cac375

%39.30
%37.94
%22.76

CMYK Percentages of Color #cac375

%0
%3
%42
%21

Triadic Colors of #cac375

#cac375 #75cac3 #c375ca

Analogous Colors of #cac375

#cac375 #a7ca75 #ca9975

Monochromatic Colors of #cac375

#cac375

Complementary Color

#cac375 #757cca

#cac375 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cac375 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cac375 Color CSS Codes

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

#cac375 Text Font Color

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

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


#cac375 Background Color

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

This div background color is #cac375


#cac375 Border Color

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

This div border color is #cac375


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cac375


Comments

No comments written yet.

Please login to write comment.