Color Hex Logo

#dffae9 Color Hex

#DFFAE9
(223,250,233)
0 Favorites   0 Comments

Color spaces of #dffae9

RGB 223250233
HSL0.400.730.93
HSV142°11°98°
CMYK 0.110.000.07   0.02
XYZ79.325089.942490.2705
Yxy89.94240.30560.3465
Hunter Lab94.8380-16.66439.9520
CIE-Lab95.9729-11.88785.1718

#dffae9 color RGB value is (223,250,233).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111010 11101001
Octal 337 372 351
Decimal 223 250 233
Hex DF FA E9

RGB Percentages of Color #dffae9

%31.59
%35.41
%33.00

CMYK Percentages of Color #dffae9

%11
%0
%7
%2

Triadic Colors of #dffae9

#dffae9 #e9dffa #fae9df

Analogous Colors of #dffae9

#dffae9 #dffaf7 #e3fadf

Monochromatic Colors of #dffae9

#dffae9

Complementary Color

#dffae9 #fadff0

#dffae9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffae9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffae9 Color CSS Codes

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

#dffae9 Text Font Color

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

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


#dffae9 Background Color

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

This div background color is #dffae9


#dffae9 Border Color

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

This div border color is #dffae9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffae9

Related Colors


Comments

No comments written yet.

Please login to write comment.