Color Hex Logo

#dea88d Color Hex

#DEA88D
(222,168,141)
0 Favorites   0 Comments

Color spaces of #dea88d

RGB 222168141
HSL0.060.550.71
HSV20°36°87°
CMYK 0.000.240.36   0.13
XYZ48.934645.457931.3944
Yxy45.45790.38900.3614
Hunter Lab67.422511.564319.5881
CIE-Lab73.192416.289921.6522

#dea88d color RGB value is (222,168,141).

#dea88d hex color red value is 222, green value is 168 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #dea88d hue: 0.06 , saturation: 0.55 and the lightness value of dea88d is 0.71.

The process color (four color CMYK) of #dea88d color hex is 0.00, 0.24, 0.36, 0.13. Web safe color of #dea88d is #cc9999. Color #dea88d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101000 10001101
Octal 336 250 215
Decimal 222 168 141
Hex DE A8 8D

RGB Percentages of Color #dea88d

%41.81
%31.64
%26.55

CMYK Percentages of Color #dea88d

%0
%24
%36
%13

Triadic Colors of #dea88d

#dea88d #8ddea8 #a88dde

Analogous Colors of #dea88d

#dea88d #ded18d #de8d9b

Monochromatic Colors of #dea88d

#dea88d

Complementary Color

#dea88d #8dc3de

#dea88d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea88d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea88d Color CSS Codes

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

#dea88d Text Font Color

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

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


#dea88d Background Color

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

This div background color is #dea88d


#dea88d Border Color

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

This div border color is #dea88d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea88d


Comments

No comments written yet.

Please login to write comment.