Color Hex Logo

#c4bd7e Color Hex

#C4BD7E
(196,189,126)
0 Favorites   0 Comments

Color spaces of #c4bd7e

RGB 196189126
HSL0.150.370.63
HSV54°36°77°
CMYK 0.000.040.36   0.23
XYZ44.728449.637326.9622
Yxy49.63730.36870.4091
Hunter Lab70.4537-9.971226.6277
CIE-Lab75.8461-6.976132.7634

#c4bd7e color RGB value is (196,189,126).

#c4bd7e hex color red value is 196, green value is 189 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #c4bd7e hue: 0.15 , saturation: 0.37 and the lightness value of c4bd7e is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10111101 01111110
Octal 304 275 176
Decimal 196 189 126
Hex C4 BD 7E

RGB Percentages of Color #c4bd7e

%38.36
%36.99
%24.66

CMYK Percentages of Color #c4bd7e

%0
%4
%36
%23

Triadic Colors of #c4bd7e

#c4bd7e #7ec4bd #bd7ec4

Analogous Colors of #c4bd7e

#c4bd7e #a8c47e #c49a7e

Monochromatic Colors of #c4bd7e

#c4bd7e

Complementary Color

#c4bd7e #7e85c4

#c4bd7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4bd7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4bd7e Color CSS Codes

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

#c4bd7e Text Font Color

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

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


#c4bd7e Background Color

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

This div background color is #c4bd7e


#c4bd7e Border Color

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

This div border color is #c4bd7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4bd7e


Comments

No comments written yet.

Please login to write comment.