Color Hex Logo

#ca500f Color Hex

#CA500F
(202,80,15)
0 Favorites   0 Comments

Color spaces of #ca500f

RGB 2028015
HSL0.060.860.43
HSV21°93°79°
CMYK 0.000.600.93   0.21
XYZ27.312018.32842.5502
Yxy18.32840.56670.3803
Hunter Lab42.811738.954826.4364
CIE-Lab49.892045.927856.3843

#ca500f color RGB value is (202,80,15).

#ca500f hex color red value is 202, green value is 80 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #ca500f hue: 0.06 , saturation: 0.86 and the lightness value of ca500f is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01010000 00001111
Octal 312 120 17
Decimal 202 80 15
Hex CA 50 F

RGB Percentages of Color #ca500f

%68.01
%26.94
%5.05

CMYK Percentages of Color #ca500f

%0
%60
%93
%21

Triadic Colors of #ca500f

#ca500f #0fca50 #500fca

Analogous Colors of #ca500f

#ca500f #caae0f #ca0f2b

Monochromatic Colors of #ca500f

#ca500f

Complementary Color

#ca500f #0f89ca

#ca500f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca500f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca500f Color CSS Codes

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

#ca500f Text Font Color

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

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


#ca500f Background Color

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

This div background color is #ca500f


#ca500f Border Color

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

This div border color is #ca500f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca500f


Comments

No comments written yet.

Please login to write comment.