Color Hex Logo

#ca700e Color Hex

#CA700E
(202,112,14)
0 Favorites   0 Comments

Color spaces of #ca700e

RGB 20211214
HSL0.090.870.42
HSV31°93°79°
CMYK 0.000.450.93   0.21
XYZ30.230624.17663.4887
Yxy24.17660.52220.4176
Hunter Lab49.169723.698730.2120
CIE-Lab56.264229.819061.0704

#ca700e color RGB value is (202,112,14).

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

The process color (four color CMYK) of #ca700e color hex is 0.00, 0.45, 0.93, 0.21. Web safe color of #ca700e is #cc6600. Color #ca700e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01110000 00001110
Octal 312 160 16
Decimal 202 112 14
Hex CA 70 E

RGB Percentages of Color #ca700e

%61.59
%34.15
%4.27

CMYK Percentages of Color #ca700e

%0
%45
%93
%21

Triadic Colors of #ca700e

#ca700e #0eca70 #700eca

Analogous Colors of #ca700e

#ca700e #c6ca0e #ca120e

Monochromatic Colors of #ca700e

#ca700e

Complementary Color

#ca700e #0e68ca

#ca700e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca700e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca700e Color CSS Codes

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

#ca700e Text Font Color

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

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


#ca700e Background Color

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

This div background color is #ca700e


#ca700e Border Color

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

This div border color is #ca700e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,112,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 #ca700e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca700e


Comments

No comments written yet.

Please login to write comment.