Color Hex Logo

#c4bd4b Color Hex

#C4BD4B
(196,189,75)
0 Favorites   0 Comments

Color spaces of #c4bd4b

RGB 19618975
HSL0.160.510.53
HSV57°62°77°
CMYK 0.000.040.62   0.23
XYZ42.232548.639013.8190
Yxy48.63900.40340.4646
Hunter Lab69.7417-13.956137.0711
CIE-Lab75.2262-11.676956.7782

#c4bd4b color RGB value is (196,189,75).

#c4bd4b hex color red value is 196, green value is 189 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #c4bd4b hue: 0.16 , saturation: 0.51 and the lightness value of c4bd4b is 0.53.

The process color (four color CMYK) of #c4bd4b color hex is 0.00, 0.04, 0.62, 0.23. Web safe color of #c4bd4b is #cccc33. Color #c4bd4b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10111101 01001011
Octal 304 275 113
Decimal 196 189 75
Hex C4 BD 4B

RGB Percentages of Color #c4bd4b

%42.61
%41.09
%16.30

CMYK Percentages of Color #c4bd4b

%0
%4
%62
%23

Triadic Colors of #c4bd4b

#c4bd4b #4bc4bd #bd4bc4

Analogous Colors of #c4bd4b

#c4bd4b #8fc44b #c4814b

Monochromatic Colors of #c4bd4b

#c4bd4b

Complementary Color

#c4bd4b #4b52c4

#c4bd4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4bd4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4bd4b Color CSS Codes

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

#c4bd4b Text Font Color

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

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


#c4bd4b Background Color

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

This div background color is #c4bd4b


#c4bd4b Border Color

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

This div border color is #c4bd4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4bd4b


Comments

No comments written yet.

Please login to write comment.