Color Hex Logo

#dae5db Color Hex

#DAE5DB
(218,229,219)
0 Favorites   0 Comments

Color spaces of #dae5db

RGB 218229219
HSL0.350.170.88
HSV125°90°
CMYK 0.050.000.04   0.10
XYZ69.718976.058578.0240
Yxy76.05850.31150.3398
Hunter Lab87.2115-9.92328.0041
CIE-Lab89.8865-5.47913.5905

#dae5db color RGB value is (218,229,219).

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

The process color (four color CMYK) of #dae5db color hex is 0.05, 0.00, 0.04, 0.10. Web safe color of #dae5db is #cccccc. Color #dae5db contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100101 11011011
Octal 332 345 333
Decimal 218 229 219
Hex DA E5 DB

RGB Percentages of Color #dae5db

%32.73
%34.38
%32.88

CMYK Percentages of Color #dae5db

%5
%0
%4
%10

Triadic Colors of #dae5db

#dae5db #dbdae5 #e5dbda

Analogous Colors of #dae5db

#dae5db #dae5e1 #dfe5da

Monochromatic Colors of #dae5db

#dae5db

Complementary Color

#dae5db #e5dae4

#dae5db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae5db Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae5db Color CSS Codes

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

#dae5db Text Font Color

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

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


#dae5db Background Color

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

This div background color is #dae5db


#dae5db Border Color

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

This div border color is #dae5db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae5db


Comments

No comments written yet.

Please login to write comment.