Color Hex Logo

#d3985e Color Hex

#D3985E
(211,152,94)
0 Favorites   0 Comments

Color spaces of #d3985e

RGB 21115294
HSL0.080.570.60
HSV30°55°83°
CMYK 0.000.280.55   0.17
XYZ40.112637.113515.6391
Yxy37.11350.43190.3996
Hunter Lab60.920910.919727.4242
CIE-Lab67.362115.726338.9874

#d3985e color RGB value is (211,152,94).

#d3985e hex color red value is 211, green value is 152 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #d3985e hue: 0.08 , saturation: 0.57 and the lightness value of d3985e is 0.60.

The process color (four color CMYK) of #d3985e color hex is 0.00, 0.28, 0.55, 0.17. Web safe color of #d3985e is #cc9966. Color #d3985e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10011000 01011110
Octal 323 230 136
Decimal 211 152 94
Hex D3 98 5E

RGB Percentages of Color #d3985e

%46.17
%33.26
%20.57

CMYK Percentages of Color #d3985e

%0
%28
%55
%17

Triadic Colors of #d3985e

#d3985e #5ed398 #985ed3

Analogous Colors of #d3985e

#d3985e #d3d35e #d35e5e

Monochromatic Colors of #d3985e

#d3985e

Complementary Color

#d3985e #5e99d3

#d3985e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3985e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3985e Color CSS Codes

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

#d3985e Text Font Color

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

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


#d3985e Background Color

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

This div background color is #d3985e


#d3985e Border Color

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

This div border color is #d3985e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3985e


Comments

No comments written yet.

Please login to write comment.