Color Hex Logo

#daedfa Color Hex

#DAEDFA
(218,237,250)
0 Favorites   0 Comments

Color spaces of #daedfa

RGB 218237250
HSL0.570.760.92
HSV204°13°98°
CMYK 0.130.050.00   0.02
XYZ76.452982.3759102.3131
Yxy82.37590.29280.3154
Hunter Lab90.7612-8.4721-3.3035
CIE-Lab92.7405-3.7067-8.4100

#daedfa color RGB value is (218,237,250).

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

The process color (four color CMYK) of #daedfa color hex is 0.13, 0.05, 0.00, 0.02. Web safe color of #daedfa is #ccffff. Color #daedfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101101 11111010
Octal 332 355 372
Decimal 218 237 250
Hex DA ED FA

RGB Percentages of Color #daedfa

%30.92
%33.62
%35.46

CMYK Percentages of Color #daedfa

%13
%5
%0
%2

Triadic Colors of #daedfa

#daedfa #fadaed #edfada

Analogous Colors of #daedfa

#daedfa #daddfa #dafaf7

Monochromatic Colors of #daedfa

#daedfa

Complementary Color

#daedfa #fae7da

#daedfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daedfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#daedfa Color CSS Codes

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

#daedfa Text Font Color

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

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


#daedfa Background Color

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

This div background color is #daedfa


#daedfa Border Color

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

This div border color is #daedfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daedfa


Comments

No comments written yet.

Please login to write comment.