Color Hex Logo

#daaae0 Color Hex

#DAAAE0
(218,170,224)
0 Favorites   0 Comments

Color spaces of #daaae0

RGB 218170224
HSL0.810.470.77
HSV293°24°88°
CMYK 0.030.240.00   0.12
XYZ56.742749.036776.9954
Yxy49.03670.31050.2683
Hunter Lab70.026222.0939-16.1723
CIE-Lab75.474226.7263-20.4684

#daaae0 color RGB value is (218,170,224).

#daaae0 hex color red value is 218, green value is 170 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #daaae0 hue: 0.81 , saturation: 0.47 and the lightness value of daaae0 is 0.77.

The process color (four color CMYK) of #daaae0 color hex is 0.03, 0.24, 0.00, 0.12. Web safe color of #daaae0 is #cc99cc. Color #daaae0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101010 11100000
Octal 332 252 340
Decimal 218 170 224
Hex DA AA E0

RGB Percentages of Color #daaae0

%35.62
%27.78
%36.60

CMYK Percentages of Color #daaae0

%3
%24
%0
%12

Triadic Colors of #daaae0

#daaae0 #e0daaa #aae0da

Analogous Colors of #daaae0

#daaae0 #e0aacb #bfaae0

Monochromatic Colors of #daaae0

#daaae0

Complementary Color

#daaae0 #b0e0aa

#daaae0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaae0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaae0 Color CSS Codes

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

#daaae0 Text Font Color

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

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


#daaae0 Background Color

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

This div background color is #daaae0


#daaae0 Border Color

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

This div border color is #daaae0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaae0


Comments

No comments written yet.

Please login to write comment.