Color Hex Logo

#dfdea9 Color Hex

#DFDEA9
(223,222,169)
0 Favorites   0 Comments

Color spaces of #dfdea9

RGB 223222169
HSL0.160.460.77
HSV59°24°87°
CMYK 0.000.000.24   0.13
XYZ63.714170.795147.8428
Yxy70.79510.34940.3882
Hunter Lab84.1398-12.077225.1850
CIE-Lab87.3854-8.034926.2021

#dfdea9 color RGB value is (223,222,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011110 10101001
Octal 337 336 251
Decimal 223 222 169
Hex DF DE A9

RGB Percentages of Color #dfdea9

%36.32
%36.16
%27.52

CMYK Percentages of Color #dfdea9

%0
%0
%24
%13

Triadic Colors of #dfdea9

#dfdea9 #a9dfde #dea9df

Analogous Colors of #dfdea9

#dfdea9 #c5dfa9 #dfc3a9

Monochromatic Colors of #dfdea9

#dfdea9

Complementary Color

#dfdea9 #a9aadf

#dfdea9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdea9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdea9 Color CSS Codes

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

#dfdea9 Text Font Color

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

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


#dfdea9 Background Color

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

This div background color is #dfdea9


#dfdea9 Border Color

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

This div border color is #dfdea9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,222,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 #dfdea9">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdea9


Comments

No comments written yet.

Please login to write comment.