Color Hex Logo

#d0985d Color Hex

#D0985D
(208,152,93)
0 Favorites   0 Comments

Color spaces of #d0985d

RGB 20815293
HSL0.090.550.59
HSV31°55°82°
CMYK 0.000.270.55   0.18
XYZ39.216436.656715.3644
Yxy36.65670.42980.4018
Hunter Lab60.54489.665727.3354
CIE-Lab67.018714.392439.0122

#d0985d color RGB value is (208,152,93).

#d0985d hex color red value is 208, green value is 152 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #d0985d hue: 0.09 , saturation: 0.55 and the lightness value of d0985d is 0.59.

The process color (four color CMYK) of #d0985d color hex is 0.00, 0.27, 0.55, 0.18. Web safe color of #d0985d is #cc9966. Color #d0985d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10011000 01011101
Octal 320 230 135
Decimal 208 152 93
Hex D0 98 5D

RGB Percentages of Color #d0985d

%45.92
%33.55
%20.53

CMYK Percentages of Color #d0985d

%0
%27
%55
%18

Triadic Colors of #d0985d

#d0985d #5dd098 #985dd0

Analogous Colors of #d0985d

#d0985d #cfd05d #d05e5d

Monochromatic Colors of #d0985d

#d0985d

Complementary Color

#d0985d #5d95d0

#d0985d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0985d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0985d Color CSS Codes

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

#d0985d Text Font Color

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

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


#d0985d Background Color

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

This div background color is #d0985d


#d0985d Border Color

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

This div border color is #d0985d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0985d


Comments

No comments written yet.

Please login to write comment.