Color Hex Logo

#d7adcc Color Hex

#D7ADCC
(215,173,204)
0 Favorites   0 Comments

Color spaces of #d7adcc

RGB 215173204
HSL0.880.340.76
HSV316°20°84°
CMYK 0.000.200.05   0.16
XYZ53.867048.693863.6865
Yxy48.69380.32400.2929
Hunter Lab69.780915.6754-5.2651
CIE-Lab75.260420.4116-9.9145

#d7adcc color RGB value is (215,173,204).

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

The process color (four color CMYK) of #d7adcc color hex is 0.00, 0.20, 0.05, 0.16. Web safe color of #d7adcc is #cc99cc. Color #d7adcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10101101 11001100
Octal 327 255 314
Decimal 215 173 204
Hex D7 AD CC

RGB Percentages of Color #d7adcc

%36.32
%29.22
%34.46

CMYK Percentages of Color #d7adcc

%0
%20
%5
%16

Triadic Colors of #d7adcc

#d7adcc #ccd7ad #adccd7

Analogous Colors of #d7adcc

#d7adcc #d7adb7 #cdadd7

Monochromatic Colors of #d7adcc

#d7adcc

Complementary Color

#d7adcc #add7b8

#d7adcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7adcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7adcc Color CSS Codes

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

#d7adcc Text Font Color

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

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


#d7adcc Background Color

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

This div background color is #d7adcc


#d7adcc Border Color

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

This div border color is #d7adcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7adcc


Comments

No comments written yet.

Please login to write comment.