Color Hex Logo

#daecee Color Hex

#DAECEE
(218,236,238)
0 Favorites   0 Comments

Color spaces of #daecee

RGB 218236238
HSL0.520.370.89
HSV186°93°
CMYK 0.080.010.00   0.07
XYZ74.341581.069492.6187
Yxy81.06940.29970.3269
Hunter Lab90.0385-10.18662.0380
CIE-Lab92.1626-5.5362-3.0130

#daecee color RGB value is (218,236,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101100 11101110
Octal 332 354 356
Decimal 218 236 238
Hex DA EC EE

RGB Percentages of Color #daecee

%31.50
%34.10
%34.39

CMYK Percentages of Color #daecee

%8
%1
%0
%7

Triadic Colors of #daecee

#daecee #eedaec #eceeda

Analogous Colors of #daecee

#daecee #dae2ee #daeee6

Monochromatic Colors of #daecee

#daecee

Complementary Color

#daecee #eedcda

#daecee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daecee Color Preview on White Background

Lorem ipsum dolor sit amet.

#daecee Color CSS Codes

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

#daecee Text Font Color

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

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


#daecee Background Color

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

This div background color is #daecee


#daecee Border Color

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

This div border color is #daecee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daecee


Comments

No comments written yet.

Please login to write comment.