Color Hex Logo

#dea57f Color Hex

#DEA57F
(222,165,127)
0 Favorites   0 Comments

Color spaces of #dea57f

RGB 222165127
HSL0.070.590.68
HSV24°43°87°
CMYK 0.000.260.43   0.13
XYZ47.410143.972226.0674
Yxy43.97220.40370.3744
Hunter Lab66.311511.575223.1109
CIE-Lab72.209916.319227.8991

#dea57f color RGB value is (222,165,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100101 01111111
Octal 336 245 177
Decimal 222 165 127
Hex DE A5 7F

RGB Percentages of Color #dea57f

%43.19
%32.10
%24.71

CMYK Percentages of Color #dea57f

%0
%26
%43
%13

Triadic Colors of #dea57f

#dea57f #7fdea5 #a57fde

Analogous Colors of #dea57f

#dea57f #ded57f #de7f89

Monochromatic Colors of #dea57f

#dea57f

Complementary Color

#dea57f #7fb8de

#dea57f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea57f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea57f Color CSS Codes

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

#dea57f Text Font Color

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

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


#dea57f Background Color

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

This div background color is #dea57f


#dea57f Border Color

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

This div border color is #dea57f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea57f


Comments

No comments written yet.

Please login to write comment.