Color Hex Logo

#d4addf Color Hex

#D4ADDF
(212,173,223)
0 Favorites   0 Comments

Color spaces of #d4addf

RGB 212173223
HSL0.800.440.78
HSV287°22°87°
CMYK 0.050.220.00   0.13
XYZ55.414249.211976.3902
Yxy49.21190.30610.2719
Hunter Lab70.151218.2371-15.4572
CIE-Lab75.583022.9456-19.8127

#d4addf color RGB value is (212,173,223).

#d4addf hex color red value is 212, green value is 173 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d4addf hue: 0.80 , saturation: 0.44 and the lightness value of d4addf is 0.78.

The process color (four color CMYK) of #d4addf color hex is 0.05, 0.22, 0.00, 0.13. Web safe color of #d4addf is #cc99cc. Color #d4addf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10101101 11011111
Octal 324 255 337
Decimal 212 173 223
Hex D4 AD DF

RGB Percentages of Color #d4addf

%34.87
%28.45
%36.68

CMYK Percentages of Color #d4addf

%5
%22
%0
%13

Triadic Colors of #d4addf

#d4addf #dfd4ad #addfd4

Analogous Colors of #d4addf

#d4addf #dfadd1 #bbaddf

Monochromatic Colors of #d4addf

#d4addf

Complementary Color

#d4addf #b8dfad

#d4addf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4addf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4addf Color CSS Codes

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

#d4addf Text Font Color

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

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


#d4addf Background Color

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

This div background color is #d4addf


#d4addf Border Color

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

This div border color is #d4addf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4addf


Comments

No comments written yet.

Please login to write comment.