Color Hex Logo

#c48c1d Color Hex

#C48C1D
(196,140,29)
0 Favorites   0 Comments

Color spaces of #c48c1d

RGB 19614029
HSL0.110.740.44
HSV40°85°77°
CMYK 0.000.290.85   0.23
XYZ32.364830.58065.3592
Yxy30.58060.47380.4477
Hunter Lab55.29977.694632.9639
CIE-Lab62.152012.290361.4494

#c48c1d color RGB value is (196,140,29).

#c48c1d hex color red value is 196, green value is 140 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #c48c1d hue: 0.11 , saturation: 0.74 and the lightness value of c48c1d is 0.44.

The process color (four color CMYK) of #c48c1d color hex is 0.00, 0.29, 0.85, 0.23. Web safe color of #c48c1d is #cc9933. Color #c48c1d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001100 00011101
Octal 304 214 35
Decimal 196 140 29
Hex C4 8C 1D

RGB Percentages of Color #c48c1d

%53.70
%38.36
%7.95

CMYK Percentages of Color #c48c1d

%0
%29
%85
%23

Triadic Colors of #c48c1d

#c48c1d #1dc48c #8c1dc4

Analogous Colors of #c48c1d

#c48c1d #a9c41d #c4391d

Monochromatic Colors of #c48c1d

#c48c1d

Complementary Color

#c48c1d #1d55c4

#c48c1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c48c1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c48c1d Color CSS Codes

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

#c48c1d Text Font Color

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

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


#c48c1d Background Color

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

This div background color is #c48c1d


#c48c1d Border Color

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

This div border color is #c48c1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c48c1d


Comments

No comments written yet.

Please login to write comment.