Color Hex Logo

#debeaa Color Hex

#DEBEAA
(222,190,170)
0 Favorites   0 Comments

Color spaces of #debeaa

RGB 222190170
HSL0.060.440.77
HSV23°23°87°
CMYK 0.000.140.23   0.13
XYZ55.793455.258845.7556
Yxy55.25880.35580.3524
Hunter Lab74.33633.885515.5411
CIE-Lab79.19018.348214.3164

#debeaa color RGB value is (222,190,170).

#debeaa hex color red value is 222, green value is 190 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #debeaa hue: 0.06 , saturation: 0.44 and the lightness value of debeaa is 0.77.

The process color (four color CMYK) of #debeaa color hex is 0.00, 0.14, 0.23, 0.13. Web safe color of #debeaa is #cccc99. Color #debeaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111110 10101010
Octal 336 276 252
Decimal 222 190 170
Hex DE BE AA

RGB Percentages of Color #debeaa

%38.14
%32.65
%29.21

CMYK Percentages of Color #debeaa

%0
%14
%23
%13

Triadic Colors of #debeaa

#debeaa #aadebe #beaade

Analogous Colors of #debeaa

#debeaa #ded8aa #deaab0

Monochromatic Colors of #debeaa

#debeaa

Complementary Color

#debeaa #aacade

#debeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#debeaa Color CSS Codes

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

#debeaa Text Font Color

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

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


#debeaa Background Color

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

This div background color is #debeaa


#debeaa Border Color

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

This div border color is #debeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debeaa


Comments

No comments written yet.

Please login to write comment.