Color Hex Logo

#d1aecd Color Hex

#D1AECD
(209,174,205)
0 Favorites   0 Comments

Color spaces of #d1aecd

RGB 209174205
HSL0.850.280.75
HSV307°17°82°
CMYK 0.000.170.02   0.18
XYZ52.450048.235264.3035
Yxy48.23520.31790.2924
Hunter Lab69.451613.2634-6.2791
CIE-Lab74.973017.9899-10.9485

#d1aecd color RGB value is (209,174,205).

#d1aecd hex color red value is 209, green value is 174 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d1aecd hue: 0.85 , saturation: 0.28 and the lightness value of d1aecd is 0.75.

The process color (four color CMYK) of #d1aecd color hex is 0.00, 0.17, 0.02, 0.18. Web safe color of #d1aecd is #cc99cc. Color #d1aecd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10101110 11001101
Octal 321 256 315
Decimal 209 174 205
Hex D1 AE CD

RGB Percentages of Color #d1aecd

%35.54
%29.59
%34.86

CMYK Percentages of Color #d1aecd

%0
%17
%2
%18

Triadic Colors of #d1aecd

#d1aecd #cdd1ae #aecdd1

Analogous Colors of #d1aecd

#d1aecd #d1aebc #c4aed1

Monochromatic Colors of #d1aecd

#d1aecd

Complementary Color

#d1aecd #aed1b2

#d1aecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1aecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1aecd Color CSS Codes

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

#d1aecd Text Font Color

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

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


#d1aecd Background Color

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

This div background color is #d1aecd


#d1aecd Border Color

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

This div border color is #d1aecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1aecd


Comments

No comments written yet.

Please login to write comment.