Color Hex Logo

#d9aeba Color Hex

#D9AEBA
(217,174,186)
0 Favorites   0 Comments

Color spaces of #d9aeba

RGB 217174186
HSL0.950.360.77
HSV343°20°85°
CMYK 0.000.200.14   0.15
XYZ52.614248.569053.0561
Yxy48.56900.34110.3149
Hunter Lab69.691512.80013.6466
CIE-Lab75.182417.5150-0.1710

#d9aeba color RGB value is (217,174,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10101110 10111010
Octal 331 256 272
Decimal 217 174 186
Hex D9 AE BA

RGB Percentages of Color #d9aeba

%37.61
%30.16
%32.24

CMYK Percentages of Color #d9aeba

%0
%20
%14
%15

Triadic Colors of #d9aeba

#d9aeba #bad9ae #aebad9

Analogous Colors of #d9aeba

#d9aeba #d9b8ae #d9aed0

Monochromatic Colors of #d9aeba

#d9aeba

Complementary Color

#d9aeba #aed9cd

#d9aeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9aeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9aeba Color CSS Codes

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

#d9aeba Text Font Color

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

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


#d9aeba Background Color

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

This div background color is #d9aeba


#d9aeba Border Color

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

This div border color is #d9aeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9aeba


Comments

No comments written yet.

Please login to write comment.