Color Hex Logo

#ca840e Color Hex

#CA840E
(202,132,14)
0 Favorites   0 Comments

Color spaces of #ca840e

RGB 20213214
HSL0.100.870.42
HSV38°93°79°
CMYK 0.000.350.93   0.21
XYZ32.687729.09084.3077
Yxy29.09080.49460.4402
Hunter Lab53.935913.791633.0198
CIE-Lab60.861719.009264.3713

#ca840e color RGB value is (202,132,14).

#ca840e hex color red value is 202, green value is 132 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ca840e hue: 0.10 , saturation: 0.87 and the lightness value of ca840e is 0.42.

The process color (four color CMYK) of #ca840e color hex is 0.00, 0.35, 0.93, 0.21. Web safe color of #ca840e is #cc9900. Color #ca840e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10000100 00001110
Octal 312 204 16
Decimal 202 132 14
Hex CA 84 E

RGB Percentages of Color #ca840e

%58.05
%37.93
%4.02

CMYK Percentages of Color #ca840e

%0
%35
%93
%21

Triadic Colors of #ca840e

#ca840e #0eca84 #840eca

Analogous Colors of #ca840e

#ca840e #b2ca0e #ca260e

Monochromatic Colors of #ca840e

#ca840e

Complementary Color

#ca840e #0e54ca

#ca840e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca840e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca840e Color CSS Codes

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

#ca840e Text Font Color

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

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


#ca840e Background Color

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

This div background color is #ca840e


#ca840e Border Color

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

This div border color is #ca840e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca840e


Comments

No comments written yet.

Please login to write comment.