Color Hex Logo

#caaf87 Color Hex

#CAAF87
(202,175,135)
0 Favorites   0 Comments

Color spaces of #caaf87

RGB 202175135
HSL0.100.390.66
HSV36°33°79°
CMYK 0.000.130.33   0.21
XYZ44.060344.965829.2787
Yxy44.96580.37240.3801
Hunter Lab67.0565-0.063421.0520
CIE-Lab72.86943.908624.1327

#caaf87 color RGB value is (202,175,135).

#caaf87 hex color red value is 202, green value is 175 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #caaf87 hue: 0.10 , saturation: 0.39 and the lightness value of caaf87 is 0.66.

The process color (four color CMYK) of #caaf87 color hex is 0.00, 0.13, 0.33, 0.21. Web safe color of #caaf87 is #cc9999. Color #caaf87 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101111 10000111
Octal 312 257 207
Decimal 202 175 135
Hex CA AF 87

RGB Percentages of Color #caaf87

%39.45
%34.18
%26.37

CMYK Percentages of Color #caaf87

%0
%13
%33
%21

Triadic Colors of #caaf87

#caaf87 #87caaf #af87ca

Analogous Colors of #caaf87

#caaf87 #c4ca87 #ca8e87

Monochromatic Colors of #caaf87

#caaf87

Complementary Color

#caaf87 #87a2ca

#caaf87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caaf87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caaf87 Color CSS Codes

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

#caaf87 Text Font Color

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

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


#caaf87 Background Color

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

This div background color is #caaf87


#caaf87 Border Color

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

This div border color is #caaf87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caaf87

#caaf87 Color Palettes


Comments

No comments written yet.

Please login to write comment.