Color Hex Logo

#dffaec Color Hex

#DFFAEC
(223,250,236)
0 Favorites   0 Comments

Color spaces of #dffaec

RGB 223250236
HSL0.410.730.93
HSV149°11°98°
CMYK 0.110.000.06   0.02
XYZ79.757490.115392.5472
Yxy90.11530.30390.3434
Hunter Lab94.9291-16.15408.6480
CIE-Lab96.0446-11.34313.7289

#dffaec color RGB value is (223,250,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111010 11101100
Octal 337 372 354
Decimal 223 250 236
Hex DF FA EC

RGB Percentages of Color #dffaec

%31.45
%35.26
%33.29

CMYK Percentages of Color #dffaec

%11
%0
%6
%2

Triadic Colors of #dffaec

#dffaec #ecdffa #faecdf

Analogous Colors of #dffaec

#dffaec #dffafa #e0fadf

Monochromatic Colors of #dffaec

#dffaec

Complementary Color

#dffaec #fadfed

#dffaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffaec Color CSS Codes

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

#dffaec Text Font Color

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

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


#dffaec Background Color

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

This div background color is #dffaec


#dffaec Border Color

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

This div border color is #dffaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffaec

Related Colors


Comments

No comments written yet.

Please login to write comment.