Color Hex Logo

#c4930e Color Hex

#C4930E
(196,147,14)
0 Favorites   0 Comments

Color spaces of #c4930e

RGB 19614714
HSL0.120.870.41
HSV44°93°77°
CMYK 0.000.250.93   0.23
XYZ33.277932.63494.9607
Yxy32.63490.46950.4605
Hunter Lab57.12704.008634.8403
CIE-Lab63.86428.163266.2652

#c4930e color RGB value is (196,147,14).

#c4930e hex color red value is 196, green value is 147 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #c4930e hue: 0.12 , saturation: 0.87 and the lightness value of c4930e is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10010011 00001110
Octal 304 223 16
Decimal 196 147 14
Hex C4 93 E

RGB Percentages of Color #c4930e

%54.90
%41.18
%3.92

CMYK Percentages of Color #c4930e

%0
%25
%93
%23

Triadic Colors of #c4930e

#c4930e #0ec493 #930ec4

Analogous Colors of #c4930e

#c4930e #9ac40e #c4380e

Monochromatic Colors of #c4930e

#c4930e

Complementary Color

#c4930e #0e3fc4

#c4930e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4930e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4930e Color CSS Codes

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

#c4930e Text Font Color

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

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


#c4930e Background Color

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

This div background color is #c4930e


#c4930e Border Color

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

This div border color is #c4930e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(196,147,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c4930e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c4930e;
  -webkit-box-shadow: 1px 1px 3px 2px #c4930e;
  box-shadow:         1px 1px 3px 2px #c4930e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,147,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4930e


Comments

No comments written yet.

Please login to write comment.