Color Hex Logo

#dea68f Color Hex

#DEA68F
(222,166,143)
0 Favorites   0 Comments

Color spaces of #dea68f

RGB 222166143
HSL0.050.540.72
HSV17°36°87°
CMYK 0.000.250.36   0.13
XYZ48.718344.785232.0633
Yxy44.78520.38800.3567
Hunter Lab66.921712.833018.4384
CIE-Lab72.750217.604419.9581

#dea68f color RGB value is (222,166,143).

#dea68f hex color red value is 222, green value is 166 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #dea68f hue: 0.05 , saturation: 0.54 and the lightness value of dea68f is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100110 10001111
Octal 336 246 217
Decimal 222 166 143
Hex DE A6 8F

RGB Percentages of Color #dea68f

%41.81
%31.26
%26.93

CMYK Percentages of Color #dea68f

%0
%25
%36
%13

Triadic Colors of #dea68f

#dea68f #8fdea6 #a68fde

Analogous Colors of #dea68f

#dea68f #dece8f #de8fa0

Monochromatic Colors of #dea68f

#dea68f

Complementary Color

#dea68f #8fc7de

#dea68f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea68f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea68f Color CSS Codes

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

#dea68f Text Font Color

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

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


#dea68f Background Color

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

This div background color is #dea68f


#dea68f Border Color

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

This div border color is #dea68f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea68f


Comments

No comments written yet.

Please login to write comment.