Color Hex Logo

#d7addd Color Hex

#D7ADDD
(215,173,221)
0 Favorites   0 Comments

Color spaces of #d7addd

RGB 215173221
HSL0.810.410.77
HSV293°22°87°
CMYK 0.030.220.00   0.13
XYZ56.019049.554775.0191
Yxy49.55470.31020.2744
Hunter Lab70.395118.8553-13.9080
CIE-Lab75.795123.5452-18.3772

#d7addd color RGB value is (215,173,221).

#d7addd hex color red value is 215, green value is 173 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d7addd hue: 0.81 , saturation: 0.41 and the lightness value of d7addd is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10101101 11011101
Octal 327 255 335
Decimal 215 173 221
Hex D7 AD DD

RGB Percentages of Color #d7addd

%35.30
%28.41
%36.29

CMYK Percentages of Color #d7addd

%3
%22
%0
%13

Triadic Colors of #d7addd

#d7addd #ddd7ad #adddd7

Analogous Colors of #d7addd

#d7addd #ddadcb #bfaddd

Monochromatic Colors of #d7addd

#d7addd

Complementary Color

#d7addd #b3ddad

#d7addd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7addd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7addd Color CSS Codes

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

#d7addd Text Font Color

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

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


#d7addd Background Color

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

This div background color is #d7addd


#d7addd Border Color

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

This div border color is #d7addd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7addd


Comments

No comments written yet.

Please login to write comment.