Color Hex Logo

#caa60d Color Hex

#CAA60D
(202,166,13)
0 Favorites   0 Comments

Color spaces of #caa60d

RGB 20216613
HSL0.130.880.42
HSV49°94°79°
CMYK 0.000.180.94   0.21
XYZ38.066039.85816.0678
Yxy39.85810.45320.4745
Hunter Lab63.1333-2.857238.4949
CIE-Lab69.36830.588570.7938

#caa60d color RGB value is (202,166,13).

#caa60d hex color red value is 202, green value is 166 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #caa60d hue: 0.13 , saturation: 0.88 and the lightness value of caa60d is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10100110 00001101
Octal 312 246 15
Decimal 202 166 13
Hex CA A6 D

RGB Percentages of Color #caa60d

%53.02
%43.57
%3.41

CMYK Percentages of Color #caa60d

%0
%18
%94
%21

Triadic Colors of #caa60d

#caa60d #0dcaa6 #a60dca

Analogous Colors of #caa60d

#caa60d #90ca0d #ca480d

Monochromatic Colors of #caa60d

#caa60d

Complementary Color

#caa60d #0d31ca

#caa60d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa60d Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa60d Color CSS Codes

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

#caa60d Text Font Color

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

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


#caa60d Background Color

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

This div background color is #caa60d


#caa60d Border Color

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

This div border color is #caa60d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa60d


Comments

No comments written yet.

Please login to write comment.