Color Hex Logo

#caa493 Color Hex

#CAA493
(202,164,147)
0 Favorites   0 Comments

Color spaces of #caa493

RGB 202164147
HSL0.050.340.68
HSV19°27°79°
CMYK 0.000.190.27   0.21
XYZ42.899041.214133.2978
Yxy41.21410.36540.3510
Hunter Lab64.19826.931714.1867
CIE-Lab70.325711.442714.0916

#caa493 color RGB value is (202,164,147).

#caa493 hex color red value is 202, green value is 164 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #caa493 hue: 0.05 , saturation: 0.34 and the lightness value of caa493 is 0.68.

The process color (four color CMYK) of #caa493 color hex is 0.00, 0.19, 0.27, 0.21. Web safe color of #caa493 is #cc9999. Color #caa493 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10100100 10010011
Octal 312 244 223
Decimal 202 164 147
Hex CA A4 93

RGB Percentages of Color #caa493

%39.38
%31.97
%28.65

CMYK Percentages of Color #caa493

%0
%19
%27
%21

Triadic Colors of #caa493

#caa493 #93caa4 #a493ca

Analogous Colors of #caa493

#caa493 #cac093 #ca939e

Monochromatic Colors of #caa493

#caa493

Complementary Color

#caa493 #93b9ca

#caa493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa493 Color CSS Codes

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

#caa493 Text Font Color

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

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


#caa493 Background Color

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

This div background color is #caa493


#caa493 Border Color

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

This div border color is #caa493


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa493


Comments

No comments written yet.

Please login to write comment.