Color Hex Logo

#dae6eb Color Hex

#DAE6EB
(218,230,235)
1 Favorites   0 Comments

Color spaces of #dae6eb

RGB 218230235
HSL0.550.300.89
HSV198°92°
CMYK 0.070.020.00   0.08
XYZ72.205777.497289.7501
Yxy77.49720.30150.3236
Hunter Lab88.0325-7.64821.1759
CIE-Lab90.5500-3.0401-3.8163

#dae6eb color RGB value is (218,230,235).

#dae6eb hex color red value is 218, green value is 230 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dae6eb hue: 0.55 , saturation: 0.30 and the lightness value of dae6eb is 0.89.

The process color (four color CMYK) of #dae6eb color hex is 0.07, 0.02, 0.00, 0.08. Web safe color of #dae6eb is #ccffff. Color #dae6eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100110 11101011
Octal 332 346 353
Decimal 218 230 235
Hex DA E6 EB

RGB Percentages of Color #dae6eb

%31.92
%33.67
%34.41

CMYK Percentages of Color #dae6eb

%7
%2
%0
%8

Triadic Colors of #dae6eb

#dae6eb #ebdae6 #e6ebda

Analogous Colors of #dae6eb

#dae6eb #dadeeb #daebe8

Monochromatic Colors of #dae6eb

#dae6eb

Complementary Color

#dae6eb #ebdfda

#dae6eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae6eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae6eb Color CSS Codes

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

#dae6eb Text Font Color

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

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


#dae6eb Background Color

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

This div background color is #dae6eb


#dae6eb Border Color

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

This div border color is #dae6eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae6eb


Comments

No comments written yet.

Please login to write comment.