Color Hex Logo

#c4910f Color Hex

#C4910F
(196,145,15)
0 Favorites   0 Comments

Color spaces of #c4910f

RGB 19614515
HSL0.120.860.41
HSV43°92°77°
CMYK 0.000.260.92   0.23
XYZ32.976632.02104.8946
Yxy32.02100.47180.4581
Hunter Lab56.58714.994934.4826
CIE-Lab63.36029.268665.7150

#c4910f color RGB value is (196,145,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10010001 00001111
Octal 304 221 17
Decimal 196 145 15
Hex C4 91 F

RGB Percentages of Color #c4910f

%55.06
%40.73
%4.21

CMYK Percentages of Color #c4910f

%0
%26
%92
%23

Triadic Colors of #c4910f

#c4910f #0fc491 #910fc4

Analogous Colors of #c4910f

#c4910f #9dc40f #c4370f

Monochromatic Colors of #c4910f

#c4910f

Complementary Color

#c4910f #0f42c4

#c4910f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4910f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4910f Color CSS Codes

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

#c4910f Text Font Color

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

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


#c4910f Background Color

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

This div background color is #c4910f


#c4910f Border Color

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

This div border color is #c4910f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4910f


Comments

No comments written yet.

Please login to write comment.