Color Hex Logo

#dae7eb Color Hex

#DAE7EB
(218,231,235)
0 Favorites   0 Comments

Color spaces of #dae7eb

RGB 218231235
HSL0.540.300.89
HSV194°92°
CMYK 0.070.020.00   0.08
XYZ72.484878.055489.8431
Yxy78.05540.30150.3247
Hunter Lab88.3490-8.16261.5516
CIE-Lab90.8052-3.5530-3.4411

#dae7eb color RGB value is (218,231,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100111 11101011
Octal 332 347 353
Decimal 218 231 235
Hex DA E7 EB

RGB Percentages of Color #dae7eb

%31.87
%33.77
%34.36

CMYK Percentages of Color #dae7eb

%7
%2
%0
%8

Triadic Colors of #dae7eb

#dae7eb #ebdae7 #e7ebda

Analogous Colors of #dae7eb

#dae7eb #dadfeb #daebe7

Monochromatic Colors of #dae7eb

#dae7eb

Complementary Color

#dae7eb #ebdeda

#dae7eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae7eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae7eb Color CSS Codes

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

#dae7eb Text Font Color

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

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


#dae7eb Background Color

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

This div background color is #dae7eb


#dae7eb Border Color

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

This div border color is #dae7eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae7eb


Comments

No comments written yet.

Please login to write comment.