Color Hex Logo

#daaeda Color Hex

#DAAEDA
(218,174,218)
0 Favorites   0 Comments

Color spaces of #daaeda

RGB 218174218
HSL0.830.370.77
HSV300°20°85°
CMYK 0.000.200.00   0.15
XYZ56.704450.239573.0382
Yxy50.23950.31510.2791
Hunter Lab70.879818.7617-11.4796
CIE-Lab76.216023.4338-16.0829

#daaeda color RGB value is (218,174,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101110 11011010
Octal 332 256 332
Decimal 218 174 218
Hex DA AE DA

RGB Percentages of Color #daaeda

%35.74
%28.52
%35.74

CMYK Percentages of Color #daaeda

%0
%20
%0
%15

Triadic Colors of #daaeda

#daaeda #dadaae #aedada

Analogous Colors of #daaeda

#daaeda #daaec4 #c4aeda

Monochromatic Colors of #daaeda

#daaeda

Complementary Color

#daaeda #aedaae

#daaeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaeda Color CSS Codes

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

#daaeda Text Font Color

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

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


#daaeda Background Color

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

This div background color is #daaeda


#daaeda Border Color

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

This div border color is #daaeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaeda


Comments

No comments written yet.

Please login to write comment.