Color Hex Logo

#dfdeae Color Hex

#DFDEAE
(223,222,174)
0 Favorites   0 Comments

Color spaces of #dfdeae

RGB 223222174
HSL0.160.430.78
HSV59°22°87°
CMYK 0.000.000.22   0.13
XYZ64.192770.986550.3629
Yxy70.98650.34600.3826
Hunter Lab84.2535-11.444523.5366
CIE-Lab87.4784-7.343223.7385

#dfdeae color RGB value is (223,222,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011110 10101110
Octal 337 336 256
Decimal 223 222 174
Hex DF DE AE

RGB Percentages of Color #dfdeae

%36.03
%35.86
%28.11

CMYK Percentages of Color #dfdeae

%0
%0
%22
%13

Triadic Colors of #dfdeae

#dfdeae #aedfde #deaedf

Analogous Colors of #dfdeae

#dfdeae #c8dfae #dfc6ae

Monochromatic Colors of #dfdeae

#dfdeae

Complementary Color

#dfdeae #aeafdf

#dfdeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdeae Color CSS Codes

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

#dfdeae Text Font Color

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

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


#dfdeae Background Color

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

This div background color is #dfdeae


#dfdeae Border Color

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

This div border color is #dfdeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdeae


Comments

No comments written yet.

Please login to write comment.