Color Hex Logo

#ca800d Color Hex

#CA800D
(202,128,13)
0 Favorites   0 Comments

Color spaces of #ca800d

RGB 20212813
HSL0.100.880.42
HSV37°94°79°
CMYK 0.000.370.94   0.21
XYZ32.148928.02404.0955
Yxy28.02400.50020.4360
Hunter Lab52.937715.761532.4694
CIE-Lab59.910421.174163.8691

#ca800d color RGB value is (202,128,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10000000 00001101
Octal 312 200 15
Decimal 202 128 13
Hex CA 80 D

RGB Percentages of Color #ca800d

%58.89
%37.32
%3.79

CMYK Percentages of Color #ca800d

%0
%37
%94
%21

Triadic Colors of #ca800d

#ca800d #0dca80 #800dca

Analogous Colors of #ca800d

#ca800d #b6ca0d #ca220d

Monochromatic Colors of #ca800d

#ca800d

Complementary Color

#ca800d #0d57ca

#ca800d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca800d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca800d Color CSS Codes

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

#ca800d Text Font Color

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

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


#ca800d Background Color

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

This div background color is #ca800d


#ca800d Border Color

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

This div border color is #ca800d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca800d


Comments

No comments written yet.

Please login to write comment.