Color Hex Logo

#d2aece Color Hex

#D2AECE
(210,174,206)
0 Favorites   0 Comments

Color spaces of #d2aece

RGB 210174206
HSL0.850.290.75
HSV307°17°82°
CMYK 0.000.170.02   0.18
XYZ52.855048.430064.9547
Yxy48.43000.31790.2913
Hunter Lab69.591713.7857-6.6253
CIE-Lab75.095318.5156-11.3021

#d2aece color RGB value is (210,174,206).

#d2aece hex color red value is 210, green value is 174 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d2aece hue: 0.85 , saturation: 0.29 and the lightness value of d2aece is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10101110 11001110
Octal 322 256 316
Decimal 210 174 206
Hex D2 AE CE

RGB Percentages of Color #d2aece

%35.59
%29.49
%34.92

CMYK Percentages of Color #d2aece

%0
%17
%2
%18

Triadic Colors of #d2aece

#d2aece #ced2ae #aeced2

Analogous Colors of #d2aece

#d2aece #d2aebc #c4aed2

Monochromatic Colors of #d2aece

#d2aece

Complementary Color

#d2aece #aed2b2

#d2aece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2aece Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2aece Color CSS Codes

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

#d2aece Text Font Color

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

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


#d2aece Background Color

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

This div background color is #d2aece


#d2aece Border Color

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

This div border color is #d2aece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2aece


Comments

No comments written yet.

Please login to write comment.