Color Hex Logo

#c5940f Color Hex

#C5940F
(197,148,15)
0 Favorites   0 Comments

Color spaces of #c5940f

RGB 19714815
HSL0.120.860.42
HSV44°92°77°
CMYK 0.000.250.92   0.23
XYZ33.702133.08465.0616
Yxy33.08460.46910.4605
Hunter Lab57.51923.929535.0460
CIE-Lab64.22948.080366.4137

#c5940f color RGB value is (197,148,15).

#c5940f hex color red value is 197, green value is 148 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #c5940f hue: 0.12 , saturation: 0.86 and the lightness value of c5940f is 0.42.

The process color (four color CMYK) of #c5940f color hex is 0.00, 0.25, 0.92, 0.23. Web safe color of #c5940f is #cc9900. Color #c5940f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10010100 00001111
Octal 305 224 17
Decimal 197 148 15
Hex C5 94 F

RGB Percentages of Color #c5940f

%54.72
%41.11
%4.17

CMYK Percentages of Color #c5940f

%0
%25
%92
%23

Triadic Colors of #c5940f

#c5940f #0fc594 #940fc5

Analogous Colors of #c5940f

#c5940f #9bc50f #c5390f

Monochromatic Colors of #c5940f

#c5940f

Complementary Color

#c5940f #0f40c5

#c5940f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5940f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5940f Color CSS Codes

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

#c5940f Text Font Color

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

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


#c5940f Background Color

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

This div background color is #c5940f


#c5940f Border Color

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

This div border color is #c5940f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5940f


Comments

No comments written yet.

Please login to write comment.