Color Hex Logo

#caa335 Color Hex

#CAA335
(202,163,53)
0 Favorites   0 Comments

Color spaces of #caa335

RGB 20216353
HSL0.120.580.50
HSV44°74°79°
CMYK 0.000.190.74   0.21
XYZ38.096939.00808.8895
Yxy39.00800.44300.4536
Hunter Lab62.4564-0.417935.2806
CIE-Lab68.75713.323159.3696

#caa335 color RGB value is (202,163,53).

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

The process color (four color CMYK) of #caa335 color hex is 0.00, 0.19, 0.74, 0.21. Web safe color of #caa335 is #cc9933. Color #caa335 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10100011 00110101
Octal 312 243 65
Decimal 202 163 53
Hex CA A3 35

RGB Percentages of Color #caa335

%48.33
%39.00
%12.68

CMYK Percentages of Color #caa335

%0
%19
%74
%21

Triadic Colors of #caa335

#caa335 #35caa3 #a335ca

Analogous Colors of #caa335

#caa335 #a7ca35 #ca5935

Monochromatic Colors of #caa335

#caa335

Complementary Color

#caa335 #355cca

#caa335 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa335 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa335 Color CSS Codes

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

#caa335 Text Font Color

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

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


#caa335 Background Color

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

This div background color is #caa335


#caa335 Border Color

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

This div border color is #caa335


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa335


Comments

No comments written yet.

Please login to write comment.