Color Hex Logo

#d1aecb Color Hex

#D1AECB
(209,174,203)
0 Favorites   0 Comments

Color spaces of #d1aecb

RGB 209174203
HSL0.860.280.75
HSV310°17°82°
CMYK 0.000.170.03   0.18
XYZ52.210048.139263.0399
Yxy48.13920.31950.2946
Hunter Lab69.382412.9013-5.3024
CIE-Lab74.912617.6237-9.9462

#d1aecb color RGB value is (209,174,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10101110 11001011
Octal 321 256 313
Decimal 209 174 203
Hex D1 AE CB

RGB Percentages of Color #d1aecb

%35.67
%29.69
%34.64

CMYK Percentages of Color #d1aecb

%0
%17
%3
%18

Triadic Colors of #d1aecb

#d1aecb #cbd1ae #aecbd1

Analogous Colors of #d1aecb

#d1aecb #d1aeba #c6aed1

Monochromatic Colors of #d1aecb

#d1aecb

Complementary Color

#d1aecb #aed1b4

#d1aecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1aecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1aecb Color CSS Codes

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

#d1aecb Text Font Color

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

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


#d1aecb Background Color

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

This div background color is #d1aecb


#d1aecb Border Color

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

This div border color is #d1aecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1aecb


Comments

No comments written yet.

Please login to write comment.