Color Hex Logo

#c48f14 Color Hex

#C48F14
(196,143,20)
0 Favorites   0 Comments

Color spaces of #c48f14

RGB 19614320
HSL0.120.810.42
HSV42°90°77°
CMYK 0.000.270.90   0.23
XYZ32.713731.43125.0044
Yxy31.43120.47310.4545
Hunter Lab56.06356.045633.9521
CIE-Lab62.870010.445764.3419

#c48f14 color RGB value is (196,143,20).

#c48f14 hex color red value is 196, green value is 143 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #c48f14 hue: 0.12 , saturation: 0.81 and the lightness value of c48f14 is 0.42.

The process color (four color CMYK) of #c48f14 color hex is 0.00, 0.27, 0.90, 0.23. Web safe color of #c48f14 is #cc9900. Color #c48f14 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001111 00010100
Octal 304 217 24
Decimal 196 143 20
Hex C4 8F 14

RGB Percentages of Color #c48f14

%54.60
%39.83
%5.57

CMYK Percentages of Color #c48f14

%0
%27
%90
%23

Triadic Colors of #c48f14

#c48f14 #14c48f #8f14c4

Analogous Colors of #c48f14

#c48f14 #a1c414 #c43714

Monochromatic Colors of #c48f14

#c48f14

Complementary Color

#c48f14 #1449c4

#c48f14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c48f14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c48f14 Color CSS Codes

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

#c48f14 Text Font Color

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

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


#c48f14 Background Color

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

This div background color is #c48f14


#c48f14 Border Color

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

This div border color is #c48f14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c48f14

#c48f14 Color Palettes


Comments

No comments written yet.

Please login to write comment.