Color Hex Logo

#c5802c Color Hex

#C5802C
(197,128,44)
0 Favorites   0 Comments

Color spaces of #c5802c

RGB 19712844
HSL0.090.630.47
HSV33°78°77°
CMYK 0.000.350.78   0.23
XYZ31.199827.49056.0447
Yxy27.49050.48200.4247
Hunter Lab52.431414.463229.8666
CIE-Lab59.425619.801253.7482

#c5802c color RGB value is (197,128,44).

#c5802c hex color red value is 197, green value is 128 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #c5802c hue: 0.09 , saturation: 0.63 and the lightness value of c5802c is 0.47.

The process color (four color CMYK) of #c5802c color hex is 0.00, 0.35, 0.78, 0.23. Web safe color of #c5802c is #cc9933. Color #c5802c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10000000 00101100
Octal 305 200 54
Decimal 197 128 44
Hex C5 80 2C

RGB Percentages of Color #c5802c

%53.39
%34.69
%11.92

CMYK Percentages of Color #c5802c

%0
%35
%78
%23

Triadic Colors of #c5802c

#c5802c #2cc580 #802cc5

Analogous Colors of #c5802c

#c5802c #bec52c #c5342c

Monochromatic Colors of #c5802c

#c5802c

Complementary Color

#c5802c #2c71c5

#c5802c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5802c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5802c Color CSS Codes

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

#c5802c Text Font Color

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

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


#c5802c Background Color

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

This div background color is #c5802c


#c5802c Border Color

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

This div border color is #c5802c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5802c


Comments

No comments written yet.

Please login to write comment.