Color Hex Logo

#d9aedf Color Hex

#D9AEDF
(217,174,223)
0 Favorites   0 Comments

Color spaces of #d9aedf

RGB 217174223
HSL0.810.430.78
HSV293°22°87°
CMYK 0.030.220.00   0.13
XYZ57.070650.351576.5229
Yxy50.35150.31030.2737
Hunter Lab70.958819.3858-14.2680
CIE-Lab76.284524.0428-18.7060

#d9aedf color RGB value is (217,174,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10101110 11011111
Octal 331 256 337
Decimal 217 174 223
Hex D9 AE DF

RGB Percentages of Color #d9aedf

%35.34
%28.34
%36.32

CMYK Percentages of Color #d9aedf

%3
%22
%0
%13

Triadic Colors of #d9aedf

#d9aedf #dfd9ae #aedfd9

Analogous Colors of #d9aedf

#d9aedf #dfaecd #c1aedf

Monochromatic Colors of #d9aedf

#d9aedf

Complementary Color

#d9aedf #b4dfae

#d9aedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9aedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9aedf Color CSS Codes

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

#d9aedf Text Font Color

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

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


#d9aedf Background Color

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

This div background color is #d9aedf


#d9aedf Border Color

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

This div border color is #d9aedf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,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 #d9aedf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9aedf


Comments

No comments written yet.

Please login to write comment.