Color Hex Logo

#c4bd56 Color Hex

#C4BD56
(196,189,86)
0 Favorites   0 Comments

Color spaces of #c4bd56

RGB 19618986
HSL0.160.480.55
HSV56°56°77°
CMYK 0.000.040.56   0.23
XYZ42.642348.802815.9765
Yxy48.80280.39700.4543
Hunter Lab69.8590-13.295935.3419
CIE-Lab75.3285-10.887751.9747

#c4bd56 color RGB value is (196,189,86).

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

The process color (four color CMYK) of #c4bd56 color hex is 0.00, 0.04, 0.56, 0.23. Web safe color of #c4bd56 is #cccc66. Color #c4bd56 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10111101 01010110
Octal 304 275 126
Decimal 196 189 86
Hex C4 BD 56

RGB Percentages of Color #c4bd56

%41.61
%40.13
%18.26

CMYK Percentages of Color #c4bd56

%0
%4
%56
%23

Triadic Colors of #c4bd56

#c4bd56 #56c4bd #bd56c4

Analogous Colors of #c4bd56

#c4bd56 #94c456 #c48656

Monochromatic Colors of #c4bd56

#c4bd56

Complementary Color

#c4bd56 #565dc4

#c4bd56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4bd56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4bd56 Color CSS Codes

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

#c4bd56 Text Font Color

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

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


#c4bd56 Background Color

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

This div background color is #c4bd56


#c4bd56 Border Color

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

This div border color is #c4bd56


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4bd56


Comments

No comments written yet.

Please login to write comment.