Color Hex Logo

#d9aebe Color Hex

#D9AEBE
(217,174,190)
0 Favorites   0 Comments

Color spaces of #d9aebe

RGB 217174190
HSL0.940.360.77
HSV338°20°85°
CMYK 0.000.200.12   0.15
XYZ53.045648.741555.3274
Yxy48.74150.33760.3102
Hunter Lab69.815113.44801.8842
CIE-Lab75.290218.1692-2.1996

#d9aebe color RGB value is (217,174,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10101110 10111110
Octal 331 256 276
Decimal 217 174 190
Hex D9 AE BE

RGB Percentages of Color #d9aebe

%37.35
%29.95
%32.70

CMYK Percentages of Color #d9aebe

%0
%20
%12
%15

Triadic Colors of #d9aebe

#d9aebe #bed9ae #aebed9

Analogous Colors of #d9aebe

#d9aebe #d9b4ae #d9aed4

Monochromatic Colors of #d9aebe

#d9aebe

Complementary Color

#d9aebe #aed9c9

#d9aebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9aebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9aebe Color CSS Codes

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

#d9aebe Text Font Color

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

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


#d9aebe Background Color

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

This div background color is #d9aebe


#d9aebe Border Color

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

This div border color is #d9aebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9aebe


Comments

No comments written yet.

Please login to write comment.