Color Hex Logo

#caa518 Color Hex

#CAA518
(202,165,24)
0 Favorites   0 Comments

Color spaces of #caa518

RGB 20216524
HSL0.130.790.44
HSV48°88°79°
CMYK 0.000.180.88   0.21
XYZ37.977139.53286.4931
Yxy39.53280.45210.4706
Hunter Lab62.8751-2.215937.8897
CIE-Lab69.13551.305268.6476

#caa518 color RGB value is (202,165,24).

#caa518 hex color red value is 202, green value is 165 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #caa518 hue: 0.13 , saturation: 0.79 and the lightness value of caa518 is 0.44.

The process color (four color CMYK) of #caa518 color hex is 0.00, 0.18, 0.88, 0.21. Web safe color of #caa518 is #cc9900. Color #caa518 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10100101 00011000
Octal 312 245 30
Decimal 202 165 24
Hex CA A5 18

RGB Percentages of Color #caa518

%51.66
%42.20
%6.14

CMYK Percentages of Color #caa518

%0
%18
%88
%21

Triadic Colors of #caa518

#caa518 #18caa5 #a518ca

Analogous Colors of #caa518

#caa518 #96ca18 #ca4c18

Monochromatic Colors of #caa518

#caa518

Complementary Color

#caa518 #183dca

#caa518 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa518 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa518 Color CSS Codes

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

#caa518 Text Font Color

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

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


#caa518 Background Color

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

This div background color is #caa518


#caa518 Border Color

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

This div border color is #caa518


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa518


Comments

No comments written yet.

Please login to write comment.