Color Hex Logo

#ca853f Color Hex

#CA853F
(202,133,63)
0 Favorites   0 Comments

Color spaces of #ca853f

RGB 20213363
HSL0.080.570.52
HSV30°69°79°
CMYK 0.000.340.69   0.21
XYZ33.641929.69058.6603
Yxy29.69050.46730.4124
Hunter Lab54.489014.851528.7189
CIE-Lab61.386320.124247.4135

#ca853f color RGB value is (202,133,63).

#ca853f hex color red value is 202, green value is 133 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #ca853f hue: 0.08 , saturation: 0.57 and the lightness value of ca853f is 0.52.

The process color (four color CMYK) of #ca853f color hex is 0.00, 0.34, 0.69, 0.21. Web safe color of #ca853f is #cc9933. Color #ca853f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10000101 00111111
Octal 312 205 77
Decimal 202 133 63
Hex CA 85 3F

RGB Percentages of Color #ca853f

%50.75
%33.42
%15.83

CMYK Percentages of Color #ca853f

%0
%34
%69
%21

Triadic Colors of #ca853f

#ca853f #3fca85 #853fca

Analogous Colors of #ca853f

#ca853f #caca3f #ca403f

Monochromatic Colors of #ca853f

#ca853f

Complementary Color

#ca853f #3f84ca

#ca853f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca853f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca853f Color CSS Codes

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

#ca853f Text Font Color

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

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


#ca853f Background Color

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

This div background color is #ca853f


#ca853f Border Color

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

This div border color is #ca853f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca853f


Comments

No comments written yet.

Please login to write comment.