Color Hex Logo

#d5aecb Color Hex

#D5AECB
(213,174,203)
0 Favorites   0 Comments

Color spaces of #d5aecb

RGB 213174203
HSL0.880.320.76
HSV315°18°84°
CMYK 0.000.180.05   0.16
XYZ53.356148.730063.0936
Yxy48.73000.32300.2950
Hunter Lab69.806914.2724-4.7233
CIE-Lab75.283019.0018-9.3549

#d5aecb color RGB value is (213,174,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10101110 11001011
Octal 325 256 313
Decimal 213 174 203
Hex D5 AE CB

RGB Percentages of Color #d5aecb

%36.10
%29.49
%34.41

CMYK Percentages of Color #d5aecb

%0
%18
%5
%16

Triadic Colors of #d5aecb

#d5aecb #cbd5ae #aecbd5

Analogous Colors of #d5aecb

#d5aecb #d5aeb8 #ccaed5

Monochromatic Colors of #d5aecb

#d5aecb

Complementary Color

#d5aecb #aed5b8

#d5aecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5aecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5aecb Color CSS Codes

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

#d5aecb Text Font Color

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

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


#d5aecb Background Color

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

This div background color is #d5aecb


#d5aecb Border Color

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

This div border color is #d5aecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5aecb


Comments

No comments written yet.

Please login to write comment.