Color Hex Logo

#d6aecb Color Hex

#D6AECB
(214,174,203)
0 Favorites   0 Comments

Color spaces of #d6aecb

RGB 214174203
HSL0.880.330.76
HSV317°19°84°
CMYK 0.000.190.05   0.16
XYZ53.647148.880063.1072
Yxy48.88000.32390.2951
Hunter Lab69.914214.6180-4.5774
CIE-Lab75.376619.3470-9.2056

#d6aecb color RGB value is (214,174,203).

#d6aecb hex color red value is 214, green value is 174 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d6aecb hue: 0.88 , saturation: 0.33 and the lightness value of d6aecb is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10101110 11001011
Octal 326 256 313
Decimal 214 174 203
Hex D6 AE CB

RGB Percentages of Color #d6aecb

%36.21
%29.44
%34.35

CMYK Percentages of Color #d6aecb

%0
%19
%5
%16

Triadic Colors of #d6aecb

#d6aecb #cbd6ae #aecbd6

Analogous Colors of #d6aecb

#d6aecb #d6aeb7 #cdaed6

Monochromatic Colors of #d6aecb

#d6aecb

Complementary Color

#d6aecb #aed6b9

#d6aecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6aecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6aecb Color CSS Codes

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

#d6aecb Text Font Color

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

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


#d6aecb Background Color

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

This div background color is #d6aecb


#d6aecb Border Color

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

This div border color is #d6aecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6aecb


Comments

No comments written yet.

Please login to write comment.