Color Hex Logo

#dedaa9 Color Hex

#DEDAA9
(222,218,169)
0 Favorites   0 Comments

Color spaces of #dedaa9

RGB 222218169
HSL0.150.450.77
HSV55°24°87°
CMYK 0.000.020.24   0.13
XYZ62.357068.537047.4785
Yxy68.53700.34960.3842
Hunter Lab82.7871-10.427423.9481
CIE-Lab86.2743-6.374924.6733

#dedaa9 color RGB value is (222,218,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011010 10101001
Octal 336 332 251
Decimal 222 218 169
Hex DE DA A9

RGB Percentages of Color #dedaa9

%36.45
%35.80
%27.75

CMYK Percentages of Color #dedaa9

%0
%2
%24
%13

Triadic Colors of #dedaa9

#dedaa9 #a9deda #daa9de

Analogous Colors of #dedaa9

#dedaa9 #c8dea9 #dec0a9

Monochromatic Colors of #dedaa9

#dedaa9

Complementary Color

#dedaa9 #a9adde

#dedaa9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedaa9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedaa9 Color CSS Codes

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

#dedaa9 Text Font Color

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

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


#dedaa9 Background Color

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

This div background color is #dedaa9


#dedaa9 Border Color

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

This div border color is #dedaa9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedaa9

#dedaa9 Color Palettes


Comments

No comments written yet.

Please login to write comment.