Color Hex Logo

#dedaab Color Hex

#DEDAAB
(222,218,171)
0 Favorites   0 Comments

Color spaces of #dedaab

RGB 222218171
HSL0.150.440.77
HSV55°23°87°
CMYK 0.000.020.23   0.13
XYZ62.546368.612748.4751
Yxy68.61270.34820.3820
Hunter Lab82.8328-10.173623.2855
CIE-Lab86.3119-6.097923.6844

#dedaab color RGB value is (222,218,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011010 10101011
Octal 336 332 253
Decimal 222 218 171
Hex DE DA AB

RGB Percentages of Color #dedaab

%36.33
%35.68
%27.99

CMYK Percentages of Color #dedaab

%0
%2
%23
%13

Triadic Colors of #dedaab

#dedaab #abdeda #daabde

Analogous Colors of #dedaab

#dedaab #c9deab #dec1ab

Monochromatic Colors of #dedaab

#dedaab

Complementary Color

#dedaab #abafde

#dedaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedaab Color CSS Codes

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

#dedaab Text Font Color

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

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


#dedaab Background Color

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

This div background color is #dedaab


#dedaab Border Color

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

This div border color is #dedaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedaab


Comments

No comments written yet.

Please login to write comment.