Color Hex Logo

#c5bd7e Color Hex

#C5BD7E
(197,189,126)
0 Favorites   0 Comments

Color spaces of #c5bd7e

RGB 197189126
HSL0.150.380.63
HSV53°36°77°
CMYK 0.000.040.36   0.23
XYZ44.989449.771926.9744
Yxy49.77190.36960.4089
Hunter Lab70.5492-9.631226.7150
CIE-Lab75.9290-6.578632.8875

#c5bd7e color RGB value is (197,189,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10111101 01111110
Octal 305 275 176
Decimal 197 189 126
Hex C5 BD 7E

RGB Percentages of Color #c5bd7e

%38.48
%36.91
%24.61

CMYK Percentages of Color #c5bd7e

%0
%4
%36
%23

Triadic Colors of #c5bd7e

#c5bd7e #7ec5bd #bd7ec5

Analogous Colors of #c5bd7e

#c5bd7e #aac57e #c59a7e

Monochromatic Colors of #c5bd7e

#c5bd7e

Complementary Color

#c5bd7e #7e86c5

#c5bd7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5bd7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5bd7e Color CSS Codes

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

#c5bd7e Text Font Color

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

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


#c5bd7e Background Color

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

This div background color is #c5bd7e


#c5bd7e Border Color

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

This div border color is #c5bd7e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,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 #c5bd7e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5bd7e


Comments

No comments written yet.

Please login to write comment.