Color Hex Logo

#dea57d Color Hex

#DEA57D
(222,165,125)
0 Favorites   0 Comments

Color spaces of #dea57d

RGB 222165125
HSL0.070.600.68
HSV25°44°87°
CMYK 0.000.260.44   0.13
XYZ47.281043.920525.3876
Yxy43.92050.40550.3767
Hunter Lab66.272511.370823.6780
CIE-Lab72.175316.108028.9286

#dea57d color RGB value is (222,165,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100101 01111101
Octal 336 245 175
Decimal 222 165 125
Hex DE A5 7D

RGB Percentages of Color #dea57d

%43.36
%32.23
%24.41

CMYK Percentages of Color #dea57d

%0
%26
%44
%13

Triadic Colors of #dea57d

#dea57d #7ddea5 #a57dde

Analogous Colors of #dea57d

#dea57d #ded67d #de7d86

Monochromatic Colors of #dea57d

#dea57d

Complementary Color

#dea57d #7db6de

#dea57d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea57d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea57d Color CSS Codes

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

#dea57d Text Font Color

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

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


#dea57d Background Color

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

This div background color is #dea57d


#dea57d Border Color

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

This div border color is #dea57d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,165,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 #dea57d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea57d


Comments

No comments written yet.

Please login to write comment.