Color Hex Logo

#d8addc Color Hex

#D8ADDC
(216,173,220)
0 Favorites   0 Comments

Color spaces of #d8addc

RGB 216173220
HSL0.820.400.77
HSV295°21°86°
CMYK 0.020.210.00   0.14
XYZ56.180749.653474.3332
Yxy49.65340.31180.2756
Hunter Lab70.465219.0010-13.2190
CIE-Lab75.856023.6857-17.7322

#d8addc color RGB value is (216,173,220).

#d8addc hex color red value is 216, green value is 173 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d8addc hue: 0.82 , saturation: 0.40 and the lightness value of d8addc is 0.77.

The process color (four color CMYK) of #d8addc color hex is 0.02, 0.21, 0.00, 0.14. Web safe color of #d8addc is #cc99cc. Color #d8addc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10101101 11011100
Octal 330 255 334
Decimal 216 173 220
Hex D8 AD DC

RGB Percentages of Color #d8addc

%35.47
%28.41
%36.12

CMYK Percentages of Color #d8addc

%2
%21
%0
%14

Triadic Colors of #d8addc

#d8addc #dcd8ad #addcd8

Analogous Colors of #d8addc

#d8addc #dcadc9 #c1addc

Monochromatic Colors of #d8addc

#d8addc

Complementary Color

#d8addc #b1dcad

#d8addc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8addc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8addc Color CSS Codes

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

#d8addc Text Font Color

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

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


#d8addc Background Color

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

This div background color is #d8addc


#d8addc Border Color

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

This div border color is #d8addc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8addc


Comments

No comments written yet.

Please login to write comment.