Color Hex Logo

#d2aecb Color Hex

#D2AECB
(210,174,203)
0 Favorites   0 Comments

Color spaces of #d2aecb

RGB 210174203
HSL0.870.290.75
HSV312°17°82°
CMYK 0.000.170.03   0.18
XYZ52.493948.285563.0532
Yxy48.28550.32040.2947
Hunter Lab69.487813.2426-5.1583
CIE-Lab75.004617.9680-9.7993

#d2aecb color RGB value is (210,174,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10101110 11001011
Octal 322 256 313
Decimal 210 174 203
Hex D2 AE CB

RGB Percentages of Color #d2aecb

%35.78
%29.64
%34.58

CMYK Percentages of Color #d2aecb

%0
%17
%3
%18

Triadic Colors of #d2aecb

#d2aecb #cbd2ae #aecbd2

Analogous Colors of #d2aecb

#d2aecb #d2aeb9 #c7aed2

Monochromatic Colors of #d2aecb

#d2aecb

Complementary Color

#d2aecb #aed2b5

#d2aecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2aecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2aecb Color CSS Codes

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

#d2aecb Text Font Color

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

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


#d2aecb Background Color

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

This div background color is #d2aecb


#d2aecb Border Color

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

This div border color is #d2aecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2aecb


Comments

No comments written yet.

Please login to write comment.