Color Hex Logo

#ca900a Color Hex

#CA900A
(202,144,10)
0 Favorites   0 Comments

Color spaces of #ca900a

RGB 20214410
HSL0.120.910.42
HSV42°95°79°
CMYK 0.000.290.95   0.21
XYZ34.385232.52504.7528
Yxy32.52500.47980.4539
Hunter Lab57.03077.818334.9804
CIE-Lab63.774412.416167.1226

#ca900a color RGB value is (202,144,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10010000 00001010
Octal 312 220 12
Decimal 202 144 10
Hex CA 90 A

RGB Percentages of Color #ca900a

%56.74
%40.45
%2.81

CMYK Percentages of Color #ca900a

%0
%29
%95
%21

Triadic Colors of #ca900a

#ca900a #0aca90 #900aca

Analogous Colors of #ca900a

#ca900a #a4ca0a #ca300a

Monochromatic Colors of #ca900a

#ca900a

Complementary Color

#ca900a #0a44ca

#ca900a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca900a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca900a Color CSS Codes

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

#ca900a Text Font Color

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

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


#ca900a Background Color

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

This div background color is #ca900a


#ca900a Border Color

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

This div border color is #ca900a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca900a


Comments

No comments written yet.

Please login to write comment.