Color Hex Logo

#ca8916 Color Hex

#CA8916
(202,137,22)
0 Favorites   0 Comments

Color spaces of #ca8916

RGB 20213722
HSL0.110.800.44
HSV38°89°79°
CMYK 0.000.320.89   0.21
XYZ33.447630.50584.8844
Yxy30.50580.48590.4432
Hunter Lab55.232111.440533.4192
CIE-Lab62.088216.416363.5713

#ca8916 color RGB value is (202,137,22).

#ca8916 hex color red value is 202, green value is 137 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #ca8916 hue: 0.11 , saturation: 0.80 and the lightness value of ca8916 is 0.44.

The process color (four color CMYK) of #ca8916 color hex is 0.00, 0.32, 0.89, 0.21. Web safe color of #ca8916 is #cc9900. Color #ca8916 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10001001 00010110
Octal 312 211 26
Decimal 202 137 22
Hex CA 89 16

RGB Percentages of Color #ca8916

%55.96
%37.95
%6.09

CMYK Percentages of Color #ca8916

%0
%32
%89
%21

Triadic Colors of #ca8916

#ca8916 #16ca89 #8916ca

Analogous Colors of #ca8916

#ca8916 #b1ca16 #ca2f16

Monochromatic Colors of #ca8916

#ca8916

Complementary Color

#ca8916 #1657ca

#ca8916 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca8916 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca8916 Color CSS Codes

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

#ca8916 Text Font Color

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

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


#ca8916 Background Color

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

This div background color is #ca8916


#ca8916 Border Color

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

This div border color is #ca8916


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca8916


Comments

No comments written yet.

Please login to write comment.