Color Hex Logo

#daafde Color Hex

#DAAFDE
(218,175,222)
0 Favorites   0 Comments

Color spaces of #daafde

RGB 218175222
HSL0.820.420.78
HSV295°21°87°
CMYK 0.020.210.00   0.13
XYZ57.428250.839375.8934
Yxy50.83930.31180.2761
Hunter Lab71.301718.9905-13.1970
CIE-Lab76.581623.6416-17.7049

#daafde color RGB value is (218,175,222).

#daafde hex color red value is 218, green value is 175 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #daafde hue: 0.82 , saturation: 0.42 and the lightness value of daafde is 0.78.

The process color (four color CMYK) of #daafde color hex is 0.02, 0.21, 0.00, 0.13. Web safe color of #daafde is #cc99cc. Color #daafde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101111 11011110
Octal 332 257 336
Decimal 218 175 222
Hex DA AF DE

RGB Percentages of Color #daafde

%35.45
%28.46
%36.10

CMYK Percentages of Color #daafde

%2
%21
%0
%13

Triadic Colors of #daafde

#daafde #dedaaf #afdeda

Analogous Colors of #daafde

#daafde #deafcb #c3afde

Monochromatic Colors of #daafde

#daafde

Complementary Color

#daafde #b3deaf

#daafde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daafde Color Preview on White Background

Lorem ipsum dolor sit amet.

#daafde Color CSS Codes

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

#daafde Text Font Color

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

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


#daafde Background Color

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

This div background color is #daafde


#daafde Border Color

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

This div border color is #daafde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daafde


Comments

No comments written yet.

Please login to write comment.