Color Hex Logo

#d9aebb Color Hex

#D9AEBB
(217,174,187)
0 Favorites   0 Comments

Color spaces of #d9aebb

RGB 217174187
HSL0.950.360.77
HSV342°20°85°
CMYK 0.000.200.14   0.15
XYZ52.721048.611753.6180
Yxy48.61170.34020.3137
Hunter Lab69.722112.96083.2100
CIE-Lab75.209117.6774-0.6785

#d9aebb color RGB value is (217,174,187).

#d9aebb hex color red value is 217, green value is 174 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #d9aebb hue: 0.95 , saturation: 0.36 and the lightness value of d9aebb is 0.77.

The process color (four color CMYK) of #d9aebb color hex is 0.00, 0.20, 0.14, 0.15. Web safe color of #d9aebb is #cc99cc. Color #d9aebb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10101110 10111011
Octal 331 256 273
Decimal 217 174 187
Hex D9 AE BB

RGB Percentages of Color #d9aebb

%37.54
%30.10
%32.35

CMYK Percentages of Color #d9aebb

%0
%20
%14
%15

Triadic Colors of #d9aebb

#d9aebb #bbd9ae #aebbd9

Analogous Colors of #d9aebb

#d9aebb #d9b7ae #d9aed1

Monochromatic Colors of #d9aebb

#d9aebb

Complementary Color

#d9aebb #aed9cc

#d9aebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9aebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9aebb Color CSS Codes

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

#d9aebb Text Font Color

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

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


#d9aebb Background Color

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

This div background color is #d9aebb


#d9aebb Border Color

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

This div border color is #d9aebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9aebb


Comments

No comments written yet.

Please login to write comment.