Color Hex Logo

#d8aecc Color Hex

#D8AECC
(216,174,204)
0 Favorites   0 Comments

Color spaces of #d8aecc

RGB 216174204
HSL0.880.350.76
HSV317°19°85°
CMYK 0.000.190.06   0.15
XYZ54.354049.230763.7644
Yxy49.23070.32480.2942
Hunter Lab70.164615.4895-4.7665
CIE-Lab75.594620.2143-9.4065

#d8aecc color RGB value is (216,174,204).

#d8aecc hex color red value is 216, green value is 174 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d8aecc hue: 0.88 , saturation: 0.35 and the lightness value of d8aecc is 0.76.

The process color (four color CMYK) of #d8aecc color hex is 0.00, 0.19, 0.06, 0.15. Web safe color of #d8aecc is #cc99cc. Color #d8aecc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10101110 11001100
Octal 330 256 314
Decimal 216 174 204
Hex D8 AE CC

RGB Percentages of Color #d8aecc

%36.36
%29.29
%34.34

CMYK Percentages of Color #d8aecc

%0
%19
%6
%15

Triadic Colors of #d8aecc

#d8aecc #ccd8ae #aeccd8

Analogous Colors of #d8aecc

#d8aecc #d8aeb7 #cfaed8

Monochromatic Colors of #d8aecc

#d8aecc

Complementary Color

#d8aecc #aed8ba

#d8aecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8aecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8aecc Color CSS Codes

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

#d8aecc Text Font Color

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

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


#d8aecc Background Color

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

This div background color is #d8aecc


#d8aecc Border Color

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

This div border color is #d8aecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8aecc


Comments

No comments written yet.

Please login to write comment.