Color Hex Logo

#caa538 Color Hex

#CAA538
(202,165,56)
0 Favorites   0 Comments

Color spaces of #caa538

RGB 20216556
HSL0.120.580.51
HSV45°72°79°
CMYK 0.000.180.72   0.21
XYZ38.526139.75239.3838
Yxy39.75230.43950.4535
Hunter Lab63.0494-1.264835.3103
CIE-Lab69.29272.393458.7140

#caa538 color RGB value is (202,165,56).

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

The process color (four color CMYK) of #caa538 color hex is 0.00, 0.18, 0.72, 0.21. Web safe color of #caa538 is #cc9933. Color #caa538 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10100101 00111000
Octal 312 245 70
Decimal 202 165 56
Hex CA A5 38

RGB Percentages of Color #caa538

%47.75
%39.01
%13.24

CMYK Percentages of Color #caa538

%0
%18
%72
%21

Triadic Colors of #caa538

#caa538 #38caa5 #a538ca

Analogous Colors of #caa538

#caa538 #a6ca38 #ca5c38

Monochromatic Colors of #caa538

#caa538

Complementary Color

#caa538 #385dca

#caa538 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa538 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa538 Color CSS Codes

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

#caa538 Text Font Color

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

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


#caa538 Background Color

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

This div background color is #caa538


#caa538 Border Color

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

This div border color is #caa538


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa538


Comments

No comments written yet.

Please login to write comment.