Color Hex Logo

#caa35c Color Hex

#CAA35C
(202,163,92)
0 Favorites   0 Comments

Color spaces of #caa35c

RGB 20216392
HSL0.110.510.58
HSV39°54°79°
CMYK 0.000.190.54   0.21
XYZ39.386139.523615.6782
Yxy39.52360.41640.4179
Hunter Lab62.86781.810029.2215
CIE-Lab69.12895.832941.9464

#caa35c color RGB value is (202,163,92).

#caa35c hex color red value is 202, green value is 163 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #caa35c hue: 0.11 , saturation: 0.51 and the lightness value of caa35c is 0.58.

The process color (four color CMYK) of #caa35c color hex is 0.00, 0.19, 0.54, 0.21. Web safe color of #caa35c is #cc9966. Color #caa35c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10100011 01011100
Octal 312 243 134
Decimal 202 163 92
Hex CA A3 5C

RGB Percentages of Color #caa35c

%44.20
%35.67
%20.13

CMYK Percentages of Color #caa35c

%0
%19
%54
%21

Triadic Colors of #caa35c

#caa35c #5ccaa3 #a35cca

Analogous Colors of #caa35c

#caa35c #baca5c #ca6c5c

Monochromatic Colors of #caa35c

#caa35c

Complementary Color

#caa35c #5c83ca

#caa35c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa35c Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa35c Color CSS Codes

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

#caa35c Text Font Color

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

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


#caa35c Background Color

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

This div background color is #caa35c


#caa35c Border Color

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

This div border color is #caa35c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa35c


Comments

No comments written yet.

Please login to write comment.