Color Hex Logo

#caa30e Color Hex

#CAA30E
(202,163,14)
0 Favorites   0 Comments

Color spaces of #caa30e

RGB 20216314
HSL0.130.870.42
HSV48°93°79°
CMYK 0.000.190.93   0.21
XYZ37.533638.78265.9230
Yxy38.78260.45640.4716
Hunter Lab62.2757-1.400337.9539
CIE-Lab68.59352.202170.0704

#caa30e color RGB value is (202,163,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10100011 00001110
Octal 312 243 16
Decimal 202 163 14
Hex CA A3 E

RGB Percentages of Color #caa30e

%53.30
%43.01
%3.69

CMYK Percentages of Color #caa30e

%0
%19
%93
%21

Triadic Colors of #caa30e

#caa30e #0ecaa3 #a30eca

Analogous Colors of #caa30e

#caa30e #93ca0e #ca450e

Monochromatic Colors of #caa30e

#caa30e

Complementary Color

#caa30e #0e35ca

#caa30e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa30e Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa30e Color CSS Codes

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

#caa30e Text Font Color

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

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


#caa30e Background Color

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

This div background color is #caa30e


#caa30e Border Color

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

This div border color is #caa30e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa30e


Comments

No comments written yet.

Please login to write comment.