Color Hex Logo

#caaf2e Color Hex

#CAAF2E
(202,175,46)
0 Favorites   0 Comments

Color spaces of #caaf2e

RGB 20217546
HSL0.140.630.49
HSV50°77°79°
CMYK 0.000.130.77   0.21
XYZ40.180243.41388.8467
Yxy43.41380.43470.4696
Hunter Lab65.8891-6.454038.1617
CIE-Lab71.8349-3.342664.8158

#caaf2e color RGB value is (202,175,46).

#caaf2e hex color red value is 202, green value is 175 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #caaf2e hue: 0.14 , saturation: 0.63 and the lightness value of caaf2e is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101111 00101110
Octal 312 257 56
Decimal 202 175 46
Hex CA AF 2E

RGB Percentages of Color #caaf2e

%47.75
%41.37
%10.87

CMYK Percentages of Color #caaf2e

%0
%13
%77
%21

Triadic Colors of #caaf2e

#caaf2e #2ecaaf #af2eca

Analogous Colors of #caaf2e

#caaf2e #97ca2e #ca612e

Monochromatic Colors of #caaf2e

#caaf2e

Complementary Color

#caaf2e #2e49ca

#caaf2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caaf2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#caaf2e Color CSS Codes

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

#caaf2e Text Font Color

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

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


#caaf2e Background Color

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

This div background color is #caaf2e


#caaf2e Border Color

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

This div border color is #caaf2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caaf2e


Comments

No comments written yet.

Please login to write comment.