Color Hex Logo

#dae2db Color Hex

#DAE2DB
(218,226,219)
0 Favorites   0 Comments

Color spaces of #dae2db

RGB 218226219
HSL0.350.120.87
HSV128°89°
CMYK 0.040.000.03   0.11
XYZ68.896074.412677.7497
Yxy74.41260.31170.3366
Hunter Lab86.2627-8.39616.9451
CIE-Lab89.1171-3.94402.4740

#dae2db color RGB value is (218,226,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100010 11011011
Octal 332 342 333
Decimal 218 226 219
Hex DA E2 DB

RGB Percentages of Color #dae2db

%32.88
%34.09
%33.03

CMYK Percentages of Color #dae2db

%4
%0
%3
%11

Triadic Colors of #dae2db

#dae2db #dbdae2 #e2dbda

Analogous Colors of #dae2db

#dae2db #dae2df #dde2da

Monochromatic Colors of #dae2db

#dae2db

Complementary Color

#dae2db #e2dae1

#dae2db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae2db Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae2db Color CSS Codes

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

#dae2db Text Font Color

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

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


#dae2db Background Color

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

This div background color is #dae2db


#dae2db Border Color

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

This div border color is #dae2db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae2db


Comments

No comments written yet.

Please login to write comment.