Color Hex Logo

#dedac9 Color Hex

#DEDAC9
(222,218,201)
0 Favorites   0 Comments

Color spaces of #dedac9

RGB 222218201
HSL0.130.240.83
HSV49°87°
CMYK 0.000.020.09   0.13
XYZ65.738269.889465.2836
Yxy69.88940.32720.3479
Hunter Lab83.5999-5.937512.2200
CIE-Lab86.9426-1.54078.8405

#dedac9 color RGB value is (222,218,201).

#dedac9 hex color red value is 222, green value is 218 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #dedac9 hue: 0.13 , saturation: 0.24 and the lightness value of dedac9 is 0.83.

The process color (four color CMYK) of #dedac9 color hex is 0.00, 0.02, 0.09, 0.13. Web safe color of #dedac9 is #cccccc. Color #dedac9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011010 11001001
Octal 336 332 311
Decimal 222 218 201
Hex DE DA C9

RGB Percentages of Color #dedac9

%34.63
%34.01
%31.36

CMYK Percentages of Color #dedac9

%0
%2
%9
%13

Triadic Colors of #dedac9

#dedac9 #c9deda #dac9de

Analogous Colors of #dedac9

#dedac9 #d8dec9 #ded0c9

Monochromatic Colors of #dedac9

#dedac9

Complementary Color

#dedac9 #c9cdde

#dedac9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedac9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedac9 Color CSS Codes

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

#dedac9 Text Font Color

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

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


#dedac9 Background Color

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

This div background color is #dedac9


#dedac9 Border Color

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

This div border color is #dedac9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedac9


Comments

No comments written yet.

Please login to write comment.