Color Hex Logo

#ca9d76 Color Hex

#CA9D76
(202,157,118)
0 Favorites   0 Comments

Color spaces of #ca9d76

RGB 202157118
HSL0.080.440.63
HSV28°42°79°
CMYK 0.000.220.42   0.21
XYZ39.684137.978522.3785
Yxy37.97850.39670.3796
Hunter Lab61.62677.097221.6087
CIE-Lab68.004811.615926.8073

#ca9d76 color RGB value is (202,157,118).

#ca9d76 hex color red value is 202, green value is 157 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #ca9d76 hue: 0.08 , saturation: 0.44 and the lightness value of ca9d76 is 0.63.

The process color (four color CMYK) of #ca9d76 color hex is 0.00, 0.22, 0.42, 0.21. Web safe color of #ca9d76 is #cc9966. Color #ca9d76 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10011101 01110110
Octal 312 235 166
Decimal 202 157 118
Hex CA 9D 76

RGB Percentages of Color #ca9d76

%42.35
%32.91
%24.74

CMYK Percentages of Color #ca9d76

%0
%22
%42
%21

Triadic Colors of #ca9d76

#ca9d76 #76ca9d #9d76ca

Analogous Colors of #ca9d76

#ca9d76 #cac776 #ca7679

Monochromatic Colors of #ca9d76

#ca9d76

Complementary Color

#ca9d76 #76a3ca

#ca9d76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca9d76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca9d76 Color CSS Codes

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

#ca9d76 Text Font Color

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

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


#ca9d76 Background Color

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

This div background color is #ca9d76


#ca9d76 Border Color

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

This div border color is #ca9d76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca9d76


Comments

No comments written yet.

Please login to write comment.