Color Hex Logo

#dffdad Color Hex

#DFFDAD
(223,253,173)
0 Favorites   0 Comments

Color spaces of #dffdad

RGB 223253173
HSL0.230.950.84
HSV82°32°99°
CMYK 0.120.000.32   0.01
XYZ73.099588.955752.8526
Yxy88.95570.34010.4139
Hunter Lab94.3163-26.707932.7967
CIE-Lab95.5619-22.768535.1676

#dffdad color RGB value is (223,253,173).

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

The process color (four color CMYK) of #dffdad color hex is 0.12, 0.00, 0.32, 0.01. Web safe color of #dffdad is #ccff99. Color #dffdad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111101 10101101
Octal 337 375 255
Decimal 223 253 173
Hex DF FD AD

RGB Percentages of Color #dffdad

%34.36
%38.98
%26.66

CMYK Percentages of Color #dffdad

%12
%0
%32
%1

Triadic Colors of #dffdad

#dffdad #addffd #fdaddf

Analogous Colors of #dffdad

#dffdad #b7fdad #fdf3ad

Monochromatic Colors of #dffdad

#dffdad

Complementary Color

#dffdad #cbadfd

#dffdad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffdad Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffdad Color CSS Codes

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

#dffdad Text Font Color

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

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


#dffdad Background Color

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

This div background color is #dffdad


#dffdad Border Color

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

This div border color is #dffdad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffdad


Comments

No comments written yet.

Please login to write comment.