Color Hex Logo

#d1aebc Color Hex

#D1AEBC
(209,174,188)
0 Favorites   0 Comments

Color spaces of #d1aebc

RGB 209174188
HSL0.930.280.75
HSV336°17°82°
CMYK 0.000.170.10   0.18
XYZ50.507647.458354.0753
Yxy47.45830.33220.3121
Hunter Lab68.890010.31221.6832
CIE-Lab74.482014.9801-2.3800

#d1aebc color RGB value is (209,174,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10101110 10111100
Octal 321 256 274
Decimal 209 174 188
Hex D1 AE BC

RGB Percentages of Color #d1aebc

%36.60
%30.47
%32.92

CMYK Percentages of Color #d1aebc

%0
%17
%10
%18

Triadic Colors of #d1aebc

#d1aebc #bcd1ae #aebcd1

Analogous Colors of #d1aebc

#d1aebc #d1b2ae #d1aece

Monochromatic Colors of #d1aebc

#d1aebc

Complementary Color

#d1aebc #aed1c3

#d1aebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1aebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1aebc Color CSS Codes

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

#d1aebc Text Font Color

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

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


#d1aebc Background Color

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

This div background color is #d1aebc


#d1aebc Border Color

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

This div border color is #d1aebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1aebc


Comments

No comments written yet.

Please login to write comment.