Color Hex Logo

#dfaea8 Color Hex

#DFAEA8
(223,174,168)
0 Favorites   0 Comments

Color spaces of #dfaea8

RGB 223174168
HSL0.020.460.77
HSV25°87°
CMYK 0.000.220.25   0.13
XYZ52.635448.787243.6885
Yxy48.78720.36270.3362
Hunter Lab69.847812.279011.8087
CIE-Lab75.318716.98249.9324

#dfaea8 color RGB value is (223,174,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101110 10101000
Octal 337 256 250
Decimal 223 174 168
Hex DF AE A8

RGB Percentages of Color #dfaea8

%39.47
%30.80
%29.73

CMYK Percentages of Color #dfaea8

%0
%22
%25
%13

Triadic Colors of #dfaea8

#dfaea8 #a8dfae #aea8df

Analogous Colors of #dfaea8

#dfaea8 #dfcaa8 #dfa8be

Monochromatic Colors of #dfaea8

#dfaea8

Complementary Color

#dfaea8 #a8d9df

#dfaea8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaea8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaea8 Color CSS Codes

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

#dfaea8 Text Font Color

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

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


#dfaea8 Background Color

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

This div background color is #dfaea8


#dfaea8 Border Color

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

This div border color is #dfaea8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaea8


Comments

No comments written yet.

Please login to write comment.