Color Hex Logo

#ca8009 Color Hex

#CA8009
(202,128,9)
0 Favorites   0 Comments

Color spaces of #ca8009

RGB 2021289
HSL0.100.910.41
HSV37°96°79°
CMYK 0.000.370.96   0.21
XYZ32.125628.01463.9726
Yxy28.01460.50110.4370
Hunter Lab52.928815.716732.6001
CIE-Lab59.901921.126564.5316

#ca8009 color RGB value is (202,128,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10000000 00001001
Octal 312 200 11
Decimal 202 128 9
Hex CA 80 9

RGB Percentages of Color #ca8009

%59.59
%37.76
%2.65

CMYK Percentages of Color #ca8009

%0
%37
%96
%21

Triadic Colors of #ca8009

#ca8009 #09ca80 #8009ca

Analogous Colors of #ca8009

#ca8009 #b4ca09 #ca2009

Monochromatic Colors of #ca8009

#ca8009

Complementary Color

#ca8009 #0953ca

#ca8009 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca8009 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca8009 Color CSS Codes

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

#ca8009 Text Font Color

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

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


#ca8009 Background Color

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

This div background color is #ca8009


#ca8009 Border Color

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

This div border color is #ca8009


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca8009


Comments

No comments written yet.

Please login to write comment.