Color Hex Logo

#dea09b Color Hex

#DEA09B
(222,160,155)
0 Favorites   0 Comments

Color spaces of #dea09b

RGB 222160155
HSL0.010.500.74
HSV30°87°
CMYK 0.000.280.30   0.13
XYZ48.611443.037836.7554
Yxy43.03780.37860.3352
Hunter Lab65.603217.461312.7039
CIE-Lab71.580622.353011.7441

#dea09b color RGB value is (222,160,155).

#dea09b hex color red value is 222, green value is 160 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #dea09b hue: 0.01 , saturation: 0.50 and the lightness value of dea09b is 0.74.

The process color (four color CMYK) of #dea09b color hex is 0.00, 0.28, 0.30, 0.13. Web safe color of #dea09b is #cc9999. Color #dea09b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100000 10011011
Octal 336 240 233
Decimal 222 160 155
Hex DE A0 9B

RGB Percentages of Color #dea09b

%41.34
%29.80
%28.86

CMYK Percentages of Color #dea09b

%0
%28
%30
%13

Triadic Colors of #dea09b

#dea09b #9bdea0 #a09bde

Analogous Colors of #dea09b

#dea09b #dec29b #de9bb8

Monochromatic Colors of #dea09b

#dea09b

Complementary Color

#dea09b #9bd9de

#dea09b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea09b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea09b Color CSS Codes

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

#dea09b Text Font Color

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

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


#dea09b Background Color

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

This div background color is #dea09b


#dea09b Border Color

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

This div border color is #dea09b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea09b


Comments

No comments written yet.

Please login to write comment.