Color Hex Logo

#daeeec Color Hex

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

Color spaces of #daeeec

RGB 218238236
HSL0.480.370.89
HSV174°93°
CMYK 0.080.000.01   0.07
XYZ74.628382.110691.2725
Yxy82.11060.30090.3311
Hunter Lab90.6149-11.56773.7102
CIE-Lab92.6237-6.9320-1.2954

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

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

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

Base Numbers

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

RGB Percentages of Color #daeeec

%31.50
%34.39
%34.10

CMYK Percentages of Color #daeeec

%8
%0
%1
%7

Triadic Colors of #daeeec

#daeeec #ecdaee #eeecda

Analogous Colors of #daeeec

#daeeec #dae6ee #daeee2

Monochromatic Colors of #daeeec

#daeeec

Complementary Color

#daeeec #eedadc

#daeeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daeeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#daeeec Color CSS Codes

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

#daeeec Text Font Color

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

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


#daeeec Background Color

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

This div background color is #daeeec


#daeeec Border Color

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

This div border color is #daeeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daeeec


Comments

No comments written yet.

Please login to write comment.