Color Hex Logo

#dae2df Color Hex

#DAE2DF
(218,226,223)
1 Favorites   0 Comments

Color spaces of #dae2df

RGB 218226223
HSL0.440.120.87
HSV158°89°
CMYK 0.040.000.01   0.11
XYZ69.429174.625980.5570
Yxy74.62590.30910.3322
Hunter Lab86.3863-7.71465.1812
CIE-Lab89.2175-3.22110.5209

#dae2df color RGB value is (218,226,223).

#dae2df hex color red value is 218, green value is 226 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #dae2df hue: 0.44 , saturation: 0.12 and the lightness value of dae2df is 0.87.

The process color (four color CMYK) of #dae2df color hex is 0.04, 0.00, 0.01, 0.11. Web safe color of #dae2df is #cccccc. Color #dae2df contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100010 11011111
Octal 332 342 337
Decimal 218 226 223
Hex DA E2 DF

RGB Percentages of Color #dae2df

%32.68
%33.88
%33.43

CMYK Percentages of Color #dae2df

%4
%0
%1
%11

Triadic Colors of #dae2df

#dae2df #dfdae2 #e2dfda

Analogous Colors of #dae2df

#dae2df #dae1e2 #dae2db

Monochromatic Colors of #dae2df

#dae2df

Complementary Color

#dae2df #e2dadd

#dae2df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae2df Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae2df Color CSS Codes

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

#dae2df Text Font Color

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

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


#dae2df Background Color

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

This div background color is #dae2df


#dae2df Border Color

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

This div border color is #dae2df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae2df

#dae2df Color Palettes


Comments

No comments written yet.

Please login to write comment.