Color Hex Logo

#caa384 Color Hex

#CAA384
(202,163,132)
0 Favorites   0 Comments

Color spaces of #caa384

RGB 202163132
HSL0.070.400.65
HSV27°35°79°
CMYK 0.000.190.35   0.21
XYZ41.619240.416927.4375
Yxy40.41690.38020.3692
Hunter Lab63.57435.600818.9135
CIE-Lab69.765410.004921.5458

#caa384 color RGB value is (202,163,132).

#caa384 hex color red value is 202, green value is 163 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #caa384 hue: 0.07 , saturation: 0.40 and the lightness value of caa384 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10100011 10000100
Octal 312 243 204
Decimal 202 163 132
Hex CA A3 84

RGB Percentages of Color #caa384

%40.64
%32.80
%26.56

CMYK Percentages of Color #caa384

%0
%19
%35
%21

Triadic Colors of #caa384

#caa384 #84caa3 #a384ca

Analogous Colors of #caa384

#caa384 #cac684 #ca8488

Monochromatic Colors of #caa384

#caa384

Complementary Color

#caa384 #84abca

#caa384 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa384 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa384 Color CSS Codes

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

#caa384 Text Font Color

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

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


#caa384 Background Color

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

This div background color is #caa384


#caa384 Border Color

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

This div border color is #caa384


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa384


Comments

No comments written yet.

Please login to write comment.