Color Hex Logo

#d1aeca Color Hex

#D1AECA
(209,174,202)
0 Favorites   0 Comments

Color spaces of #d1aeca

RGB 209174202
HSL0.870.280.75
HSV312°17°82°
CMYK 0.000.170.03   0.18
XYZ52.091248.091762.4142
Yxy48.09170.32040.2958
Hunter Lab69.348212.7218-4.8180
CIE-Lab74.882717.4418-9.4445

#d1aeca color RGB value is (209,174,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10101110 11001010
Octal 321 256 312
Decimal 209 174 202
Hex D1 AE CA

RGB Percentages of Color #d1aeca

%35.73
%29.74
%34.53

CMYK Percentages of Color #d1aeca

%0
%17
%3
%18

Triadic Colors of #d1aeca

#d1aeca #cad1ae #aecad1

Analogous Colors of #d1aeca

#d1aeca #d1aeb9 #c7aed1

Monochromatic Colors of #d1aeca

#d1aeca

Complementary Color

#d1aeca #aed1b5

#d1aeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1aeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1aeca Color CSS Codes

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

#d1aeca Text Font Color

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

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


#d1aeca Background Color

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

This div background color is #d1aeca


#d1aeca Border Color

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

This div border color is #d1aeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1aeca


Comments

No comments written yet.

Please login to write comment.