Color Hex Logo

#caa912 Color Hex

#CAA912
(202,169,18)
0 Favorites   0 Comments

Color spaces of #caa912

RGB 20216918
HSL0.140.840.43
HSV49°91°79°
CMYK 0.000.160.91   0.21
XYZ38.654340.97626.4442
Yxy40.97620.44910.4761
Hunter Lab64.0127-4.234238.8401
CIE-Lab70.1592-0.931670.6094

#caa912 color RGB value is (202,169,18).

#caa912 hex color red value is 202, green value is 169 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #caa912 hue: 0.14 , saturation: 0.84 and the lightness value of caa912 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101001 00010010
Octal 312 251 22
Decimal 202 169 18
Hex CA A9 12

RGB Percentages of Color #caa912

%51.93
%43.44
%4.63

CMYK Percentages of Color #caa912

%0
%16
%91
%21

Triadic Colors of #caa912

#caa912 #12caa9 #a912ca

Analogous Colors of #caa912

#caa912 #8fca12 #ca4d12

Monochromatic Colors of #caa912

#caa912

Complementary Color

#caa912 #1233ca

#caa912 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa912 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa912 Color CSS Codes

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

#caa912 Text Font Color

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

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


#caa912 Background Color

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

This div background color is #caa912


#caa912 Border Color

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

This div border color is #caa912


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa912


Comments

No comments written yet.

Please login to write comment.