Color Hex Logo

#d5bc97 Color Hex

#D5BC97
(213,188,151)
0 Favorites   0 Comments

Color spaces of #d5bc97

RGB 213188151
HSL0.100.420.71
HSV36°29°84°
CMYK 0.000.120.29   0.16
XYZ51.009752.346936.6936
Yxy52.34690.36420.3738
Hunter Lab72.3512-0.766820.5763
CIE-Lab77.48783.361522.0070

#d5bc97 color RGB value is (213,188,151).

#d5bc97 hex color red value is 213, green value is 188 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #d5bc97 hue: 0.10 , saturation: 0.42 and the lightness value of d5bc97 is 0.71.

The process color (four color CMYK) of #d5bc97 color hex is 0.00, 0.12, 0.29, 0.16. Web safe color of #d5bc97 is #cccc99. Color #d5bc97 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10111100 10010111
Octal 325 274 227
Decimal 213 188 151
Hex D5 BC 97

RGB Percentages of Color #d5bc97

%38.59
%34.06
%27.36

CMYK Percentages of Color #d5bc97

%0
%12
%29
%16

Triadic Colors of #d5bc97

#d5bc97 #97d5bc #bc97d5

Analogous Colors of #d5bc97

#d5bc97 #cfd597 #d59d97

Monochromatic Colors of #d5bc97

#d5bc97

Complementary Color

#d5bc97 #97b0d5

#d5bc97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5bc97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5bc97 Color CSS Codes

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

#d5bc97 Text Font Color

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

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


#d5bc97 Background Color

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

This div background color is #d5bc97


#d5bc97 Border Color

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

This div border color is #d5bc97


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,188,151, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d5bc97; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d5bc97;
  -webkit-box-shadow: 1px 1px 3px 2px #d5bc97;
  box-shadow:         1px 1px 3px 2px #d5bc97; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,188,151, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5bc97


Comments

No comments written yet.

Please login to write comment.