Color Hex Logo

#c48f15 Color Hex

#C48F15
(196,143,21)
0 Favorites   0 Comments

Color spaces of #c48f15

RGB 19614321
HSL0.120.810.43
HSV42°89°77°
CMYK 0.000.270.89   0.23
XYZ32.722831.43485.0523
Yxy31.43480.47280.4542
Hunter Lab56.06676.062933.9040
CIE-Lab62.873010.465264.1192

#c48f15 color RGB value is (196,143,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001111 00010101
Octal 304 217 25
Decimal 196 143 21
Hex C4 8F 15

RGB Percentages of Color #c48f15

%54.44
%39.72
%5.83

CMYK Percentages of Color #c48f15

%0
%27
%89
%23

Triadic Colors of #c48f15

#c48f15 #15c48f #8f15c4

Analogous Colors of #c48f15

#c48f15 #a2c415 #c43815

Monochromatic Colors of #c48f15

#c48f15

Complementary Color

#c48f15 #154ac4

#c48f15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c48f15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c48f15 Color CSS Codes

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

#c48f15 Text Font Color

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

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


#c48f15 Background Color

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

This div background color is #c48f15


#c48f15 Border Color

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

This div border color is #c48f15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c48f15


Comments

No comments written yet.

Please login to write comment.