Color Hex Logo

#caab71 Color Hex

#CAAB71
(202,171,113)
0 Favorites   0 Comments

Color spaces of #caab71

RGB 202171113
HSL0.110.460.62
HSV39°44°79°
CMYK 0.000.150.44   0.21
XYZ41.900742.874621.6900
Yxy42.87460.39360.4027
Hunter Lab65.4787-0.363226.1951
CIE-Lab71.46983.512734.0045

#caab71 color RGB value is (202,171,113).

#caab71 hex color red value is 202, green value is 171 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #caab71 hue: 0.11 , saturation: 0.46 and the lightness value of caab71 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101011 01110001
Octal 312 253 161
Decimal 202 171 113
Hex CA AB 71

RGB Percentages of Color #caab71

%41.56
%35.19
%23.25

CMYK Percentages of Color #caab71

%0
%15
%44
%21

Triadic Colors of #caab71

#caab71 #71caab #ab71ca

Analogous Colors of #caab71

#caab71 #bdca71 #ca7f71

Monochromatic Colors of #caab71

#caab71

Complementary Color

#caab71 #7190ca

#caab71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caab71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caab71 Color CSS Codes

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

#caab71 Text Font Color

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

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


#caab71 Background Color

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

This div background color is #caab71


#caab71 Border Color

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

This div border color is #caab71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caab71

#caab71 Color Palettes


Comments

No comments written yet.

Please login to write comment.