Color Hex Logo

#dae9df Color Hex

#DAE9DF
(218,233,223)
0 Favorites   0 Comments

Color spaces of #dae9df

RGB 218233223
HSL0.390.250.88
HSV140°91°
CMYK 0.060.000.04   0.09
XYZ71.371678.511081.2045
Yxy78.51100.30890.3397
Hunter Lab88.6064-11.28137.6874
CIE-Lab91.0126-6.79763.1325

#dae9df color RGB value is (218,233,223).

#dae9df hex color red value is 218, green value is 233 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #dae9df hue: 0.39 , saturation: 0.25 and the lightness value of dae9df is 0.88.

The process color (four color CMYK) of #dae9df color hex is 0.06, 0.00, 0.04, 0.09. Web safe color of #dae9df is #ccffcc. Color #dae9df contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101001 11011111
Octal 332 351 337
Decimal 218 233 223
Hex DA E9 DF

RGB Percentages of Color #dae9df

%32.34
%34.57
%33.09

CMYK Percentages of Color #dae9df

%6
%0
%4
%9

Triadic Colors of #dae9df

#dae9df #dfdae9 #e9dfda

Analogous Colors of #dae9df

#dae9df #dae9e7 #dde9da

Monochromatic Colors of #dae9df

#dae9df

Complementary Color

#dae9df #e9dae4

#dae9df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae9df Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae9df Color CSS Codes

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

#dae9df Text Font Color

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

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


#dae9df Background Color

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

This div background color is #dae9df


#dae9df Border Color

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

This div border color is #dae9df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,233,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 #dae9df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae9df


Comments

No comments written yet.

Please login to write comment.