Color Hex Logo

#dffead Color Hex

#DFFEAD
(223,254,173)
0 Favorites   0 Comments

Color spaces of #dffead

RGB 223254173
HSL0.230.980.84
HSV83°32°100°
CMYK 0.120.000.32   0.00
XYZ73.416189.588752.9581
Yxy89.58870.33990.4148
Hunter Lab94.6513-27.186633.0827
CIE-Lab95.8259-23.246035.5182

#dffead color RGB value is (223,254,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111110 10101101
Octal 337 376 255
Decimal 223 254 173
Hex DF FE AD

RGB Percentages of Color #dffead

%34.31
%39.08
%26.62

CMYK Percentages of Color #dffead

%12
%0
%32
%0

Triadic Colors of #dffead

#dffead #addffe #feaddf

Analogous Colors of #dffead

#dffead #b7fead #fef5ad

Monochromatic Colors of #dffead

#dffead

Complementary Color

#dffead #ccadfe

#dffead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffead Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffead Color CSS Codes

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

#dffead Text Font Color

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

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


#dffead Background Color

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

This div background color is #dffead


#dffead Border Color

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

This div border color is #dffead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffead

Related Colors


Comments

No comments written yet.

Please login to write comment.