Color Hex Logo

#daedfd Color Hex

#DAEDFD
(218,237,253)
0 Favorites   0 Comments

Color spaces of #daedfd

RGB 218237253
HSL0.580.900.92
HSV207°14°99°
CMYK 0.140.060.00   0.01
XYZ76.927382.5656104.8108
Yxy82.56560.29110.3124
Hunter Lab90.8656-7.8958-4.7833
CIE-Lab92.8239-3.1064-9.8475

#daedfd color RGB value is (218,237,253).

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

The process color (four color CMYK) of #daedfd color hex is 0.14, 0.06, 0.00, 0.01. Web safe color of #daedfd is #ccffff. Color #daedfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101101 11111101
Octal 332 355 375
Decimal 218 237 253
Hex DA ED FD

RGB Percentages of Color #daedfd

%30.79
%33.47
%35.73

CMYK Percentages of Color #daedfd

%14
%6
%0
%1

Triadic Colors of #daedfd

#daedfd #fddaed #edfdda

Analogous Colors of #daedfd

#daedfd #dadcfd #dafdfc

Monochromatic Colors of #daedfd

#daedfd

Complementary Color

#daedfd #fdeada

#daedfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daedfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#daedfd Color CSS Codes

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

#daedfd Text Font Color

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

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


#daedfd Background Color

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

This div background color is #daedfd


#daedfd Border Color

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

This div border color is #daedfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daedfd


Comments

No comments written yet.

Please login to write comment.