Color Hex Logo

#ca843c Color Hex

#CA843C
(202,132,60)
0 Favorites   0 Comments

Color spaces of #ca843c

RGB 20213260
HSL0.080.570.51
HSV30°70°79°
CMYK 0.000.350.70   0.21
XYZ33.424029.38538.1853
Yxy29.38530.47080.4139
Hunter Lab54.208215.196228.9931
CIE-Lab61.120220.505848.5569

#ca843c color RGB value is (202,132,60).

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

The process color (four color CMYK) of #ca843c color hex is 0.00, 0.35, 0.70, 0.21. Web safe color of #ca843c is #cc9933. Color #ca843c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10000100 00111100
Octal 312 204 74
Decimal 202 132 60
Hex CA 84 3C

RGB Percentages of Color #ca843c

%51.27
%33.50
%15.23

CMYK Percentages of Color #ca843c

%0
%35
%70
%21

Triadic Colors of #ca843c

#ca843c #3cca84 #843cca

Analogous Colors of #ca843c

#ca843c #c9ca3c #ca3d3c

Monochromatic Colors of #ca843c

#ca843c

Complementary Color

#ca843c #3c82ca

#ca843c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca843c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca843c Color CSS Codes

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

#ca843c Text Font Color

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

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


#ca843c Background Color

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

This div background color is #ca843c


#ca843c Border Color

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

This div border color is #ca843c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca843c


Comments

No comments written yet.

Please login to write comment.