Color Hex Logo

#caab7c Color Hex

#CAAB7C
(202,171,124)
0 Favorites   0 Comments

Color spaces of #caab7c

RGB 202171124
HSL0.100.420.64
HSV36°39°79°
CMYK 0.000.150.39   0.21
XYZ42.558143.137625.1521
Yxy43.13760.38390.3892
Hunter Lab65.67920.723823.2701
CIE-Lab71.64834.723228.4016

#caab7c color RGB value is (202,171,124).

#caab7c hex color red value is 202, green value is 171 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #caab7c hue: 0.10 , saturation: 0.42 and the lightness value of caab7c is 0.64.

The process color (four color CMYK) of #caab7c color hex is 0.00, 0.15, 0.39, 0.21. Web safe color of #caab7c is #cc9966. Color #caab7c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101011 01111100
Octal 312 253 174
Decimal 202 171 124
Hex CA AB 7C

RGB Percentages of Color #caab7c

%40.64
%34.41
%24.95

CMYK Percentages of Color #caab7c

%0
%15
%39
%21

Triadic Colors of #caab7c

#caab7c #7ccaab #ab7cca

Analogous Colors of #caab7c

#caab7c #c2ca7c #ca847c

Monochromatic Colors of #caab7c

#caab7c

Complementary Color

#caab7c #7c9bca

#caab7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caab7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#caab7c Color CSS Codes

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

#caab7c Text Font Color

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

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


#caab7c Background Color

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

This div background color is #caab7c


#caab7c Border Color

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

This div border color is #caab7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caab7c


Comments

No comments written yet.

Please login to write comment.