Color Hex Logo

#dffae2 Color Hex

#DFFAE2
(223,250,226)
0 Favorites   0 Comments

Color spaces of #dffae2

RGB 223250226
HSL0.350.730.93
HSV127°11°98°
CMYK 0.110.000.10   0.02
XYZ78.344589.550285.1072
Yxy89.55020.30970.3540
Hunter Lab94.6310-17.824912.9187
CIE-Lab95.8099-13.13298.5435

#dffae2 color RGB value is (223,250,226).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111010 11100010
Octal 337 372 342
Decimal 223 250 226
Hex DF FA E2

RGB Percentages of Color #dffae2

%31.90
%35.77
%32.33

CMYK Percentages of Color #dffae2

%11
%0
%10
%2

Triadic Colors of #dffae2

#dffae2 #e2dffa #fae2df

Analogous Colors of #dffae2

#dffae2 #dffaf0 #eafadf

Monochromatic Colors of #dffae2

#dffae2

Complementary Color

#dffae2 #fadff7

#dffae2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffae2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffae2 Color CSS Codes

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

#dffae2 Text Font Color

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

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


#dffae2 Background Color

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

This div background color is #dffae2


#dffae2 Border Color

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

This div border color is #dffae2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffae2


Comments

No comments written yet.

Please login to write comment.