Color Hex Logo

#dae6ec Color Hex

#DAE6EC
(218,230,236)
0 Favorites   0 Comments

Color spaces of #dae6ec

RGB 218230236
HSL0.560.320.89
HSV200°93°
CMYK 0.080.030.00   0.07
XYZ72.350677.555290.5132
Yxy77.55520.30090.3226
Hunter Lab88.0654-7.46690.7078
CIE-Lab90.5765-2.8496-4.3005

#dae6ec color RGB value is (218,230,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100110 11101100
Octal 332 346 354
Decimal 218 230 236
Hex DA E6 EC

RGB Percentages of Color #dae6ec

%31.87
%33.63
%34.50

CMYK Percentages of Color #dae6ec

%8
%3
%0
%7

Triadic Colors of #dae6ec

#dae6ec #ecdae6 #e6ecda

Analogous Colors of #dae6ec

#dae6ec #daddec #daece9

Monochromatic Colors of #dae6ec

#dae6ec

Complementary Color

#dae6ec #ece0da

#dae6ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae6ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae6ec Color CSS Codes

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

#dae6ec Text Font Color

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

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


#dae6ec Background Color

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

This div background color is #dae6ec


#dae6ec Border Color

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

This div border color is #dae6ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae6ec


Comments

No comments written yet.

Please login to write comment.