Color Hex Logo

#d3bd85 Color Hex

#D3BD85
(211,189,133)
0 Favorites   0 Comments

Color spaces of #d3bd85

RGB 211189133
HSL0.120.470.67
HSV43°37°83°
CMYK 0.000.100.37   0.17
XYZ49.295251.937529.6171
Yxy51.93750.37670.3969
Hunter Lab72.0677-4.022226.0814
CIE-Lab77.2435-0.189631.1788

#d3bd85 color RGB value is (211,189,133).

#d3bd85 hex color red value is 211, green value is 189 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #d3bd85 hue: 0.12 , saturation: 0.47 and the lightness value of d3bd85 is 0.67.

The process color (four color CMYK) of #d3bd85 color hex is 0.00, 0.10, 0.37, 0.17. Web safe color of #d3bd85 is #cccc99. Color #d3bd85 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10111101 10000101
Octal 323 275 205
Decimal 211 189 133
Hex D3 BD 85

RGB Percentages of Color #d3bd85

%39.59
%35.46
%24.95

CMYK Percentages of Color #d3bd85

%0
%10
%37
%17

Triadic Colors of #d3bd85

#d3bd85 #85d3bd #bd85d3

Analogous Colors of #d3bd85

#d3bd85 #c2d385 #d39685

Monochromatic Colors of #d3bd85

#d3bd85

Complementary Color

#d3bd85 #859bd3

#d3bd85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3bd85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3bd85 Color CSS Codes

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

#d3bd85 Text Font Color

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

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


#d3bd85 Background Color

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

This div background color is #d3bd85


#d3bd85 Border Color

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

This div border color is #d3bd85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3bd85


Comments

No comments written yet.

Please login to write comment.