Color Hex Logo

#daaedf Color Hex

#DAAEDF
(218,174,223)
0 Favorites   0 Comments

Color spaces of #daaedf

RGB 218174223
HSL0.820.430.78
HSV294°22°87°
CMYK 0.020.220.00   0.13
XYZ57.368850.505276.5369
Yxy50.50520.31110.2739
Hunter Lab71.067019.7267-14.1065
CIE-Lab76.378324.3719-18.5551

#daaedf color RGB value is (218,174,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101110 11011111
Octal 332 256 337
Decimal 218 174 223
Hex DA AE DF

RGB Percentages of Color #daaedf

%35.45
%28.29
%36.26

CMYK Percentages of Color #daaedf

%2
%22
%0
%13

Triadic Colors of #daaedf

#daaedf #dfdaae #aedfda

Analogous Colors of #daaedf

#daaedf #dfaecc #c2aedf

Monochromatic Colors of #daaedf

#daaedf

Complementary Color

#daaedf #b3dfae

#daaedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaedf Color CSS Codes

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

#daaedf Text Font Color

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

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


#daaedf Background Color

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

This div background color is #daaedf


#daaedf Border Color

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

This div border color is #daaedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaedf


Comments

No comments written yet.

Please login to write comment.