Color Hex Logo

#ca600e Color Hex

#CA600E
(202,96,14)
0 Favorites   0 Comments

Color spaces of #ca600e

RGB 2029614
HSL0.070.870.42
HSV26°93°79°
CMYK 0.000.520.93   0.21
XYZ28.619320.95402.9516
Yxy20.95400.54490.3989
Hunter Lab45.775531.492728.2199
CIE-Lab52.899138.148758.7117

#ca600e color RGB value is (202,96,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01100000 00001110
Octal 312 140 16
Decimal 202 96 14
Hex CA 60 E

RGB Percentages of Color #ca600e

%64.74
%30.77
%4.49

CMYK Percentages of Color #ca600e

%0
%52
%93
%21

Triadic Colors of #ca600e

#ca600e #0eca60 #600eca

Analogous Colors of #ca600e

#ca600e #cabe0e #ca0e1a

Monochromatic Colors of #ca600e

#ca600e

Complementary Color

#ca600e #0e78ca

#ca600e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca600e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca600e Color CSS Codes

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

#ca600e Text Font Color

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

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


#ca600e Background Color

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

This div background color is #ca600e


#ca600e Border Color

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

This div border color is #ca600e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca600e


Comments

No comments written yet.

Please login to write comment.