Color Hex Logo

#dae1ef Color Hex

#DAE1EF
(218,225,239)
0 Favorites   0 Comments

Color spaces of #dae1ef

RGB 218225239
HSL0.610.400.90
HSV220°94°
CMYK 0.090.060.00   0.06
XYZ71.418674.987892.3713
Yxy74.98780.29910.3140
Hunter Lab86.5955-4.3264-2.6277
CIE-Lab89.38730.3077-7.6291

#dae1ef color RGB value is (218,225,239).

#dae1ef hex color red value is 218, green value is 225 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #dae1ef hue: 0.61 , saturation: 0.40 and the lightness value of dae1ef is 0.90.

The process color (four color CMYK) of #dae1ef color hex is 0.09, 0.06, 0.00, 0.06. Web safe color of #dae1ef is #ccccff. Color #dae1ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100001 11101111
Octal 332 341 357
Decimal 218 225 239
Hex DA E1 EF

RGB Percentages of Color #dae1ef

%31.96
%32.99
%35.04

CMYK Percentages of Color #dae1ef

%9
%6
%0
%6

Triadic Colors of #dae1ef

#dae1ef #efdae1 #e1efda

Analogous Colors of #dae1ef

#dae1ef #dedaef #daecef

Monochromatic Colors of #dae1ef

#dae1ef

Complementary Color

#dae1ef #efe8da

#dae1ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae1ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae1ef Color CSS Codes

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

#dae1ef Text Font Color

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

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


#dae1ef Background Color

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

This div background color is #dae1ef


#dae1ef Border Color

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

This div border color is #dae1ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae1ef


Comments

No comments written yet.

Please login to write comment.