Color Hex Logo

#caaf9d Color Hex

#CAAF9D
(202,175,157)
0 Favorites   0 Comments

Color spaces of #caaf9d

RGB 202175157
HSL0.070.300.70
HSV24°22°79°
CMYK 0.000.130.22   0.21
XYZ45.772945.650838.2973
Yxy45.65080.35290.3519
Hunter Lab67.56542.687413.6891
CIE-Lab73.31846.923312.8195

#caaf9d color RGB value is (202,175,157).

#caaf9d hex color red value is 202, green value is 175 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #caaf9d hue: 0.07 , saturation: 0.30 and the lightness value of caaf9d is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101111 10011101
Octal 312 257 235
Decimal 202 175 157
Hex CA AF 9D

RGB Percentages of Color #caaf9d

%37.83
%32.77
%29.40

CMYK Percentages of Color #caaf9d

%0
%13
%22
%21

Triadic Colors of #caaf9d

#caaf9d #9dcaaf #af9dca

Analogous Colors of #caaf9d

#caaf9d #cac69d #ca9da2

Monochromatic Colors of #caaf9d

#caaf9d

Complementary Color

#caaf9d #9db8ca

#caaf9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caaf9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#caaf9d Color CSS Codes

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

#caaf9d Text Font Color

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

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


#caaf9d Background Color

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

This div background color is #caaf9d


#caaf9d Border Color

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

This div border color is #caaf9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caaf9d


Comments

No comments written yet.

Please login to write comment.