Color Hex Logo

#caa63e Color Hex

#CAA63E
(202,166,62)
0 Favorites   0 Comments

Color spaces of #caa63e

RGB 20216662
HSL0.120.570.52
HSV45°69°79°
CMYK 0.000.180.69   0.21
XYZ38.862840.176810.2640
Yxy40.17680.43520.4499
Hunter Lab63.3852-1.481934.7688
CIE-Lab69.59532.164256.5555

#caa63e color RGB value is (202,166,62).

#caa63e hex color red value is 202, green value is 166 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #caa63e hue: 0.12 , saturation: 0.57 and the lightness value of caa63e is 0.52.

The process color (four color CMYK) of #caa63e color hex is 0.00, 0.18, 0.69, 0.21. Web safe color of #caa63e is #cc9933. Color #caa63e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10100110 00111110
Octal 312 246 76
Decimal 202 166 62
Hex CA A6 3E

RGB Percentages of Color #caa63e

%46.98
%38.60
%14.42

CMYK Percentages of Color #caa63e

%0
%18
%69
%21

Triadic Colors of #caa63e

#caa63e #3ecaa6 #a63eca

Analogous Colors of #caa63e

#caa63e #a8ca3e #ca603e

Monochromatic Colors of #caa63e

#caa63e

Complementary Color

#caa63e #3e62ca

#caa63e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa63e Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa63e Color CSS Codes

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

#caa63e Text Font Color

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

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


#caa63e Background Color

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

This div background color is #caa63e


#caa63e Border Color

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

This div border color is #caa63e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa63e


Comments

No comments written yet.

Please login to write comment.