Color Hex Logo

#d5bd95 Color Hex

#D5BD95
(213,189,149)
0 Favorites   0 Comments

Color spaces of #d5bd95

RGB 213189149
HSL0.100.430.71
HSV38°30°84°
CMYK 0.000.110.30   0.16
XYZ51.063052.711335.9168
Yxy52.71130.36550.3773
Hunter Lab72.6025-1.511421.4908
CIE-Lab77.70422.570123.3693

#d5bd95 color RGB value is (213,189,149).

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

The process color (four color CMYK) of #d5bd95 color hex is 0.00, 0.11, 0.30, 0.16. Web safe color of #d5bd95 is #cccc99. Color #d5bd95 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10111101 10010101
Octal 325 275 225
Decimal 213 189 149
Hex D5 BD 95

RGB Percentages of Color #d5bd95

%38.66
%34.30
%27.04

CMYK Percentages of Color #d5bd95

%0
%11
%30
%16

Triadic Colors of #d5bd95

#d5bd95 #95d5bd #bd95d5

Analogous Colors of #d5bd95

#d5bd95 #cdd595 #d59d95

Monochromatic Colors of #d5bd95

#d5bd95

Complementary Color

#d5bd95 #95add5

#d5bd95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5bd95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5bd95 Color CSS Codes

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

#d5bd95 Text Font Color

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

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


#d5bd95 Background Color

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

This div background color is #d5bd95


#d5bd95 Border Color

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

This div border color is #d5bd95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5bd95


Comments

No comments written yet.

Please login to write comment.