Color Hex Logo

#ca804d Color Hex

#CA804D
(202,128,77)
0 Favorites   0 Comments

Color spaces of #ca804d

RGB 20212877
HSL0.070.540.55
HSV24°62°79°
CMYK 0.000.370.62   0.21
XYZ33.415828.530710.7670
Yxy28.53070.45960.3924
Hunter Lab53.414118.194625.4385
CIE-Lab60.365223.731139.1784

#ca804d color RGB value is (202,128,77).

#ca804d hex color red value is 202, green value is 128 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #ca804d hue: 0.07 , saturation: 0.54 and the lightness value of ca804d is 0.55.

The process color (four color CMYK) of #ca804d color hex is 0.00, 0.37, 0.62, 0.21. Web safe color of #ca804d is #cc9966. Color #ca804d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10000000 01001101
Octal 312 200 115
Decimal 202 128 77
Hex CA 80 4D

RGB Percentages of Color #ca804d

%49.63
%31.45
%18.92

CMYK Percentages of Color #ca804d

%0
%37
%62
%21

Triadic Colors of #ca804d

#ca804d #4dca80 #804dca

Analogous Colors of #ca804d

#ca804d #cabf4d #ca4d58

Monochromatic Colors of #ca804d

#ca804d

Complementary Color

#ca804d #4d97ca

#ca804d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca804d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca804d Color CSS Codes

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

#ca804d Text Font Color

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

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


#ca804d Background Color

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

This div background color is #ca804d


#ca804d Border Color

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

This div border color is #ca804d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca804d


Comments

No comments written yet.

Please login to write comment.