Color Hex Logo

#c5500a Color Hex

#C5500A
(197,80,10)
0 Favorites   0 Comments

Color spaces of #c5500a

RGB 1978010
HSL0.060.900.41
HSV22°95°77°
CMYK 0.000.590.95   0.23
XYZ25.949417.62962.3223
Yxy17.62960.56530.3841
Hunter Lab41.987636.839126.1121
CIE-Lab49.043744.003356.6797

#c5500a color RGB value is (197,80,10).

#c5500a hex color red value is 197, green value is 80 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #c5500a hue: 0.06 , saturation: 0.90 and the lightness value of c5500a is 0.41.

The process color (four color CMYK) of #c5500a color hex is 0.00, 0.59, 0.95, 0.23. Web safe color of #c5500a is #cc6600. Color #c5500a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01010000 00001010
Octal 305 120 12
Decimal 197 80 10
Hex C5 50 A

RGB Percentages of Color #c5500a

%68.64
%27.87
%3.48

CMYK Percentages of Color #c5500a

%0
%59
%95
%23

Triadic Colors of #c5500a

#c5500a #0ac550 #500ac5

Analogous Colors of #c5500a

#c5500a #c5ae0a #c50a21

Monochromatic Colors of #c5500a

#c5500a

Complementary Color

#c5500a #0a7fc5

#c5500a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5500a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5500a Color CSS Codes

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

#c5500a Text Font Color

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

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


#c5500a Background Color

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

This div background color is #c5500a


#c5500a Border Color

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

This div border color is #c5500a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5500a


Comments

No comments written yet.

Please login to write comment.