Color Hex Logo

#caa053 Color Hex

#CAA053
(202,160,83)
0 Favorites   0 Comments

Color spaces of #caa053

RGB 20216083
HSL0.110.530.56
HSV39°59°79°
CMYK 0.000.210.59   0.21
XYZ38.489338.322713.5520
Yxy38.32270.42590.4241
Hunter Lab61.90532.647130.3543
CIE-Lab68.25786.736545.4152

#caa053 color RGB value is (202,160,83).

#caa053 hex color red value is 202, green value is 160 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #caa053 hue: 0.11 , saturation: 0.53 and the lightness value of caa053 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10100000 01010011
Octal 312 240 123
Decimal 202 160 83
Hex CA A0 53

RGB Percentages of Color #caa053

%45.39
%35.96
%18.65

CMYK Percentages of Color #caa053

%0
%21
%59
%21

Triadic Colors of #caa053

#caa053 #53caa0 #a053ca

Analogous Colors of #caa053

#caa053 #b9ca53 #ca6553

Monochromatic Colors of #caa053

#caa053

Complementary Color

#caa053 #537dca

#caa053 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa053 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa053 Color CSS Codes

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

#caa053 Text Font Color

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

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


#caa053 Background Color

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

This div background color is #caa053


#caa053 Border Color

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

This div border color is #caa053


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa053


Comments

No comments written yet.

Please login to write comment.