Color Hex Logo

#dea07b Color Hex

#DEA07B
(222,160,123)
0 Favorites   0 Comments

Color spaces of #dea07b

RGB 222160123
HSL0.060.600.68
HSV22°45°87°
CMYK 0.000.280.45   0.13
XYZ46.270242.101324.4265
Yxy42.10130.41020.3732
Hunter Lab64.885513.739623.0998
CIE-Lab70.940718.586128.3733

#dea07b color RGB value is (222,160,123).

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

The process color (four color CMYK) of #dea07b color hex is 0.00, 0.28, 0.45, 0.13. Web safe color of #dea07b is #cc9966. Color #dea07b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100000 01111011
Octal 336 240 173
Decimal 222 160 123
Hex DE A0 7B

RGB Percentages of Color #dea07b

%43.96
%31.68
%24.36

CMYK Percentages of Color #dea07b

%0
%28
%45
%13

Triadic Colors of #dea07b

#dea07b #7bdea0 #a07bde

Analogous Colors of #dea07b

#dea07b #ded27b #de7b88

Monochromatic Colors of #dea07b

#dea07b

Complementary Color

#dea07b #7bb9de

#dea07b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea07b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea07b Color CSS Codes

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

#dea07b Text Font Color

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

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


#dea07b Background Color

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

This div background color is #dea07b


#dea07b Border Color

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

This div border color is #dea07b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea07b


Comments

No comments written yet.

Please login to write comment.