Color Hex Logo

#d2aced Color Hex

#D2ACED
(210,172,237)
0 Favorites   0 Comments

Color spaces of #d2aced

RGB 210172237
HSL0.760.640.80
HSV275°27°93°
CMYK 0.110.270.00   0.07
XYZ56.616949.321186.6567
Yxy49.32110.29400.2561
Hunter Lab70.229021.0016-23.9986
CIE-Lab75.650725.6541-27.3251

#d2aced color RGB value is (210,172,237).

#d2aced hex color red value is 210, green value is 172 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d2aced hue: 0.76 , saturation: 0.64 and the lightness value of d2aced is 0.80.

The process color (four color CMYK) of #d2aced color hex is 0.11, 0.27, 0.00, 0.07. Web safe color of #d2aced is #cc99ff. Color #d2aced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10101100 11101101
Octal 322 254 355
Decimal 210 172 237
Hex D2 AC ED

RGB Percentages of Color #d2aced

%33.93
%27.79
%38.29

CMYK Percentages of Color #d2aced

%11
%27
%0
%7

Triadic Colors of #d2aced

#d2aced #edd2ac #acedd2

Analogous Colors of #d2aced

#d2aced #edace8 #b2aced

Monochromatic Colors of #d2aced

#d2aced

Complementary Color

#d2aced #c7edac

#d2aced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2aced Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2aced Color CSS Codes

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

#d2aced Text Font Color

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

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


#d2aced Background Color

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

This div background color is #d2aced


#d2aced Border Color

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

This div border color is #d2aced


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(210,172,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d2aced; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d2aced;
  -webkit-box-shadow: 1px 1px 3px 2px #d2aced;
  box-shadow:         1px 1px 3px 2px #d2aced; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,172,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2aced


Comments

No comments written yet.

Please login to write comment.