Color Hex Logo

#dffaad Color Hex

#DFFAAD
(223,250,173)
0 Favorites   0 Comments

Color spaces of #dffaad

RGB 223250173
HSL0.230.890.83
HSV81°31°98°
CMYK 0.110.000.31   0.02
XYZ72.159987.076352.5393
Yxy87.07630.34070.4112
Hunter Lab93.3147-25.267331.9380
CIE-Lab94.7706-21.329134.1145

#dffaad color RGB value is (223,250,173).

#dffaad hex color red value is 223, green value is 250 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #dffaad hue: 0.23 , saturation: 0.89 and the lightness value of dffaad is 0.83.

The process color (four color CMYK) of #dffaad color hex is 0.11, 0.00, 0.31, 0.02. Web safe color of #dffaad is #ccff99. Color #dffaad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111010 10101101
Octal 337 372 255
Decimal 223 250 173
Hex DF FA AD

RGB Percentages of Color #dffaad

%34.52
%38.70
%26.78

CMYK Percentages of Color #dffaad

%11
%0
%31
%2

Triadic Colors of #dffaad

#dffaad #addffa #faaddf

Analogous Colors of #dffaad

#dffaad #b9faad #faefad

Monochromatic Colors of #dffaad

#dffaad

Complementary Color

#dffaad #c8adfa

#dffaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffaad Color CSS Codes

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

#dffaad Text Font Color

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

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


#dffaad Background Color

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

This div background color is #dffaad


#dffaad Border Color

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

This div border color is #dffaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffaad


Comments

No comments written yet.

Please login to write comment.