Color Hex Logo

#dffade Color Hex

#DFFADE
(223,250,222)
0 Favorites   0 Comments

Color spaces of #dffade

RGB 223250222
HSL0.330.740.93
HSV118°11°98°
CMYK 0.110.000.11   0.02
XYZ77.801889.333182.2497
Yxy89.33310.31200.3582
Hunter Lab94.5162-18.469514.5661
CIE-Lab95.7195-13.828110.4730

#dffade color RGB value is (223,250,222).

#dffade hex color red value is 223, green value is 250 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #dffade hue: 0.33 , saturation: 0.74 and the lightness value of dffade is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111010 11011110
Octal 337 372 336
Decimal 223 250 222
Hex DF FA DE

RGB Percentages of Color #dffade

%32.09
%35.97
%31.94

CMYK Percentages of Color #dffade

%11
%0
%11
%2

Triadic Colors of #dffade

#dffade #dedffa #fadedf

Analogous Colors of #dffade

#dffade #defaeb #edfade

Monochromatic Colors of #dffade

#dffade

Complementary Color

#dffade #f9defa

#dffade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffade Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffade Color CSS Codes

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

#dffade Text Font Color

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

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


#dffade Background Color

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

This div background color is #dffade


#dffade Border Color

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

This div border color is #dffade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffade

Related Colors


Comments

No comments written yet.

Please login to write comment.