color codes Logo

#c4b50d color codes

#C4B50D
(196,181,13)
0 Favorites   0 Comments

Color spaces of #c4b50d

RGB 19618113
HSL0.150.880.41
HSV55°93°77°
CMYK 0.000.080.93   0.23
XYZ39.361544.81266.9559
Yxy44.81260.43190.4917
Hunter Lab66.9422-12.192340.6988
CIE-Lab72.7683-9.932173.0971

#c4b50d color RGB value is (196,181,13).

#c4b50d hex color red value is 196, green value is 181 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #c4b50d hue: 0.15 , saturation: 0.88 and the lightness value of c4b50d is 0.41.

The process color (four color CMYK) of #c4b50d color code is 0.00, 0.08, 0.93, 0.23. Web safe color of #c4b50d is #cccc00. Color #c4b50d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10110101 00001101
Octal 304 265 15
Decimal 196 181 13
Hex C4 B5 D

RGB Percentages of Color #c4b50d

%50.26
%46.41
%3.33

CMYK Percentages of Color #c4b50d

%0
%8
%93
%23

Triadic Colors of #c4b50d

#c4b50d #0dc4b5 #b50dc4

Analogous Colors of #c4b50d

#c4b50d #78c40d #c45a0d

Monochromatic Colors of #c4b50d

#c4b50d

Complementary Color

#c4b50d #0d1cc4

#c4b50d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4b50d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4b50d Color CSS Codes

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

#c4b50d Text Font Color

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

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


#c4b50d Background Color

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

This div background color is #c4b50d


#c4b50d Border Color

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

This div border color is #c4b50d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4b50d


Comments

No comments written yet.

Please login to write comment.