Color Hex Logo

#caa313 Color Hex

#CAA313
(202,163,19)
0 Favorites   0 Comments

Color spaces of #caa313

RGB 20216319
HSL0.130.830.43
HSV47°91°79°
CMYK 0.000.190.91   0.21
XYZ37.571938.79806.1246
Yxy38.79800.45540.4703
Hunter Lab62.2880-1.333637.7718
CIE-Lab68.60472.278669.2395

#caa313 color RGB value is (202,163,19).

#caa313 hex color red value is 202, green value is 163 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #caa313 hue: 0.13 , saturation: 0.83 and the lightness value of caa313 is 0.43.

The process color (four color CMYK) of #caa313 color hex is 0.00, 0.19, 0.91, 0.21. Web safe color of #caa313 is #cc9900. Color #caa313 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10100011 00010011
Octal 312 243 23
Decimal 202 163 19
Hex CA A3 13

RGB Percentages of Color #caa313

%52.60
%42.45
%4.95

CMYK Percentages of Color #caa313

%0
%19
%91
%21

Triadic Colors of #caa313

#caa313 #13caa3 #a313ca

Analogous Colors of #caa313

#caa313 #96ca13 #ca4813

Monochromatic Colors of #caa313

#caa313

Complementary Color

#caa313 #133aca

#caa313 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa313 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa313 Color CSS Codes

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

#caa313 Text Font Color

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

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


#caa313 Background Color

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

This div background color is #caa313


#caa313 Border Color

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

This div border color is #caa313


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa313


Comments

No comments written yet.

Please login to write comment.