Color Hex Logo

#daedff Color Hex

#DAEDFF
(218,237,255)
0 Favorites   0 Comments

Color spaces of #daedff

RGB 218237255
HSL0.581.000.93
HSV209°15°100°
CMYK 0.150.070.00   0.00
XYZ77.247682.6938106.4979
Yxy82.69380.28990.3104
Hunter Lab90.9361-7.5077-5.7809
CIE-Lab92.8802-2.7033-10.8044

#daedff color RGB value is (218,237,255).

#daedff hex color red value is 218, green value is 237 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #daedff hue: 0.58 , saturation: 1.00 and the lightness value of daedff is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101101 11111111
Octal 332 355 377
Decimal 218 237 255
Hex DA ED FF

RGB Percentages of Color #daedff

%30.70
%33.38
%35.92

CMYK Percentages of Color #daedff

%15
%7
%0
%0

Triadic Colors of #daedff

#daedff #ffdaed #edffda

Analogous Colors of #daedff

#daedff #dadbff #daffff

Monochromatic Colors of #daedff

#daedff

Complementary Color

#daedff #ffecda

#daedff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daedff Color Preview on White Background

Lorem ipsum dolor sit amet.

#daedff Color CSS Codes

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

#daedff Text Font Color

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

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


#daedff Background Color

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

This div background color is #daedff


#daedff Border Color

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

This div border color is #daedff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daedff

Related Colors

#daedff Color Palettes


Comments

No comments written yet.

Please login to write comment.