color codes Logo

#dae6ee color codes

#DAE6EE
(218,230,238)
0 Favorites   0 Comments

Color spaces of #dae6ee

RGB 218230238
HSL0.570.370.89
HSV204°93°
CMYK 0.080.030.00   0.07
XYZ72.642977.672192.0524
Yxy77.67210.29970.3205
Hunter Lab88.1318-7.1014-0.2353
CIE-Lab90.6301-2.4663-5.2682

#dae6ee color RGB value is (218,230,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100110 11101110
Octal 332 346 356
Decimal 218 230 238
Hex DA E6 EE

RGB Percentages of Color #dae6ee

%31.78
%33.53
%34.69

CMYK Percentages of Color #dae6ee

%8
%3
%0
%7

Triadic Colors of #dae6ee

#dae6ee #eedae6 #e6eeda

Analogous Colors of #dae6ee

#dae6ee #dadcee #daeeec

Monochromatic Colors of #dae6ee

#dae6ee

Complementary Color

#dae6ee #eee2da

#dae6ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae6ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae6ee Color CSS Codes

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

#dae6ee Text Font Color

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

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


#dae6ee Background Color

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

This div background color is #dae6ee


#dae6ee Border Color

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

This div border color is #dae6ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae6ee

#dae6ee Color Palettes


Comments

No comments written yet.

Please login to write comment.