Color Hex Logo

#d1addf Color Hex

#D1ADDF
(209,173,223)
0 Favorites   0 Comments

Color spaces of #d1addf

RGB 209173223
HSL0.790.440.78
HSV283°22°87°
CMYK 0.060.220.00   0.13
XYZ54.557348.770276.3501
Yxy48.77020.30360.2714
Hunter Lab69.835717.2361-15.9357
CIE-Lab75.308121.9659-20.2554

#d1addf color RGB value is (209,173,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10101101 11011111
Octal 321 255 337
Decimal 209 173 223
Hex D1 AD DF

RGB Percentages of Color #d1addf

%34.55
%28.60
%36.86

CMYK Percentages of Color #d1addf

%6
%22
%0
%13

Triadic Colors of #d1addf

#d1addf #dfd1ad #addfd1

Analogous Colors of #d1addf

#d1addf #dfadd4 #b8addf

Monochromatic Colors of #d1addf

#d1addf

Complementary Color

#d1addf #bbdfad

#d1addf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1addf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1addf Color CSS Codes

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

#d1addf Text Font Color

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

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


#d1addf Background Color

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

This div background color is #d1addf


#d1addf Border Color

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

This div border color is #d1addf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,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 #d1addf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1addf


Comments

No comments written yet.

Please login to write comment.