Color Hex Logo

#ca800a Color Hex

#CA800A
(202,128,10)
0 Favorites   0 Comments

Color spaces of #ca800a

RGB 20212810
HSL0.100.910.42
HSV37°95°79°
CMYK 0.000.370.95   0.21
XYZ32.131128.01684.0015
Yxy28.01680.50090.4367
Hunter Lab52.930915.727332.5694
CIE-Lab59.903921.137864.3745

#ca800a color RGB value is (202,128,10).

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

The process color (four color CMYK) of #ca800a color hex is 0.00, 0.37, 0.95, 0.21. Web safe color of #ca800a is #cc9900. Color #ca800a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10000000 00001010
Octal 312 200 12
Decimal 202 128 10
Hex CA 80 A

RGB Percentages of Color #ca800a

%59.41
%37.65
%2.94

CMYK Percentages of Color #ca800a

%0
%37
%95
%21

Triadic Colors of #ca800a

#ca800a #0aca80 #800aca

Analogous Colors of #ca800a

#ca800a #b4ca0a #ca200a

Monochromatic Colors of #ca800a

#ca800a

Complementary Color

#ca800a #0a54ca

#ca800a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca800a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca800a Color CSS Codes

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

#ca800a Text Font Color

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

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


#ca800a Background Color

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

This div background color is #ca800a


#ca800a Border Color

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

This div border color is #ca800a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca800a


Comments

No comments written yet.

Please login to write comment.