Color Hex Logo

#d1adcc Color Hex

#D1ADCC
(209,173,204)
0 Favorites   0 Comments

Color spaces of #d1adcc

RGB 209173204
HSL0.860.280.75
HSV308°17°82°
CMYK 0.000.170.02   0.18
XYZ52.137147.802163.6055
Yxy47.80210.31880.2923
Hunter Lab69.139113.6118-6.1474
CIE-Lab74.699918.3499-10.8100

#d1adcc color RGB value is (209,173,204).

#d1adcc hex color red value is 209, green value is 173 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d1adcc hue: 0.86 , saturation: 0.28 and the lightness value of d1adcc is 0.75.

The process color (four color CMYK) of #d1adcc color hex is 0.00, 0.17, 0.02, 0.18. Web safe color of #d1adcc is #cc99cc. Color #d1adcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10101101 11001100
Octal 321 255 314
Decimal 209 173 204
Hex D1 AD CC

RGB Percentages of Color #d1adcc

%35.67
%29.52
%34.81

CMYK Percentages of Color #d1adcc

%0
%17
%2
%18

Triadic Colors of #d1adcc

#d1adcc #ccd1ad #adccd1

Analogous Colors of #d1adcc

#d1adcc #d1adba #c4add1

Monochromatic Colors of #d1adcc

#d1adcc

Complementary Color

#d1adcc #add1b2

#d1adcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1adcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1adcc Color CSS Codes

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

#d1adcc Text Font Color

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

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


#d1adcc Background Color

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

This div background color is #d1adcc


#d1adcc Border Color

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

This div border color is #d1adcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1adcc


Comments

No comments written yet.

Please login to write comment.