Color Hex Logo

#d0aeda Color Hex

#D0AEDA
(208,174,218)
0 Favorites   0 Comments

Color spaces of #d0aeda

RGB 208174218
HSL0.800.370.77
HSV286°20°85°
CMYK 0.050.200.00   0.15
XYZ53.803448.744072.9024
Yxy48.74400.30670.2778
Hunter Lab69.816915.3789-13.0384
CIE-Lab75.291820.1135-17.5678

#d0aeda color RGB value is (208,174,218).

#d0aeda hex color red value is 208, green value is 174 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d0aeda hue: 0.80 , saturation: 0.37 and the lightness value of d0aeda is 0.77.

The process color (four color CMYK) of #d0aeda color hex is 0.05, 0.20, 0.00, 0.15. Web safe color of #d0aeda is #cc99cc. Color #d0aeda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10101110 11011010
Octal 320 256 332
Decimal 208 174 218
Hex D0 AE DA

RGB Percentages of Color #d0aeda

%34.67
%29.00
%36.33

CMYK Percentages of Color #d0aeda

%5
%20
%0
%15

Triadic Colors of #d0aeda

#d0aeda #dad0ae #aedad0

Analogous Colors of #d0aeda

#d0aeda #daaece #baaeda

Monochromatic Colors of #d0aeda

#d0aeda

Complementary Color

#d0aeda #b8daae

#d0aeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0aeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0aeda Color CSS Codes

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

#d0aeda Text Font Color

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

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


#d0aeda Background Color

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

This div background color is #d0aeda


#d0aeda Border Color

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

This div border color is #d0aeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0aeda


Comments

No comments written yet.

Please login to write comment.