Color Hex Logo

#caaf3e Color Hex

#CAAF3E
(202,175,62)
0 Favorites   0 Comments

Color spaces of #caaf3e

RGB 20217562
HSL0.130.570.52
HSV48°69°79°
CMYK 0.000.130.69   0.21
XYZ40.556643.564310.8286
Yxy43.56430.42710.4588
Hunter Lab66.0033-5.823936.4751
CIE-Lab71.9363-2.611558.9525

#caaf3e color RGB value is (202,175,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101111 00111110
Octal 312 257 76
Decimal 202 175 62
Hex CA AF 3E

RGB Percentages of Color #caaf3e

%46.01
%39.86
%14.12

CMYK Percentages of Color #caaf3e

%0
%13
%69
%21

Triadic Colors of #caaf3e

#caaf3e #3ecaaf #af3eca

Analogous Colors of #caaf3e

#caaf3e #9fca3e #ca693e

Monochromatic Colors of #caaf3e

#caaf3e

Complementary Color

#caaf3e #3e59ca

#caaf3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caaf3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#caaf3e Color CSS Codes

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

#caaf3e Text Font Color

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

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


#caaf3e Background Color

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

This div background color is #caaf3e


#caaf3e Border Color

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

This div border color is #caaf3e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,175,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 #caaf3e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caaf3e


Comments

No comments written yet.

Please login to write comment.