Color Hex Logo

#caab7b Color Hex

#CAAB7B
(202,171,123)
0 Favorites   0 Comments

Color spaces of #caab7b

RGB 202171123
HSL0.100.430.64
HSV36°39°79°
CMYK 0.000.150.39   0.21
XYZ42.495243.112424.8207
Yxy43.11240.38480.3904
Hunter Lab65.66000.620223.5493
CIE-Lab71.63124.608328.9136

#caab7b color RGB value is (202,171,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101011 01111011
Octal 312 253 173
Decimal 202 171 123
Hex CA AB 7B

RGB Percentages of Color #caab7b

%40.73
%34.48
%24.80

CMYK Percentages of Color #caab7b

%0
%15
%39
%21

Triadic Colors of #caab7b

#caab7b #7bcaab #ab7bca

Analogous Colors of #caab7b

#caab7b #c2ca7b #ca847b

Monochromatic Colors of #caab7b

#caab7b

Complementary Color

#caab7b #7b9aca

#caab7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caab7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#caab7b Color CSS Codes

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

#caab7b Text Font Color

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

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


#caab7b Background Color

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

This div background color is #caab7b


#caab7b Border Color

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

This div border color is #caab7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caab7b


Comments

No comments written yet.

Please login to write comment.