Color Hex Logo

#dea87d Color Hex

#DEA87D
(222,168,125)
0 Favorites   0 Comments

Color spaces of #dea87d

RGB 222168125
HSL0.070.600.68
HSV27°44°87°
CMYK 0.000.240.44   0.13
XYZ47.828545.015525.5701
Yxy45.01550.40390.3802
Hunter Lab67.09369.832224.3694
CIE-Lab72.902114.498729.8874

#dea87d color RGB value is (222,168,125).

#dea87d hex color red value is 222, green value is 168 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #dea87d hue: 0.07 , saturation: 0.60 and the lightness value of dea87d is 0.68.

The process color (four color CMYK) of #dea87d color hex is 0.00, 0.24, 0.44, 0.13. Web safe color of #dea87d is #cc9966. Color #dea87d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101000 01111101
Octal 336 250 175
Decimal 222 168 125
Hex DE A8 7D

RGB Percentages of Color #dea87d

%43.11
%32.62
%24.27

CMYK Percentages of Color #dea87d

%0
%24
%44
%13

Triadic Colors of #dea87d

#dea87d #7ddea8 #a87dde

Analogous Colors of #dea87d

#dea87d #ded97d #de7d83

Monochromatic Colors of #dea87d

#dea87d

Complementary Color

#dea87d #7db3de

#dea87d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea87d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea87d Color CSS Codes

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

#dea87d Text Font Color

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

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


#dea87d Background Color

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

This div background color is #dea87d


#dea87d Border Color

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

This div border color is #dea87d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(222,168,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dea87d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dea87d;
  -webkit-box-shadow: 1px 1px 3px 2px #dea87d;
  box-shadow:         1px 1px 3px 2px #dea87d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,168,125, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea87d


Comments

No comments written yet.

Please login to write comment.