Color Hex Logo

#daaee1 Color Hex

#DAAEE1
(218,174,225)
0 Favorites   0 Comments

Color spaces of #daaee1

RGB 218174225
HSL0.810.460.78
HSV292°23°88°
CMYK 0.030.230.00   0.12
XYZ57.640150.613877.9656
Yxy50.61380.30950.2718
Hunter Lab71.143420.1191-15.1752
CIE-Lab76.444524.7517-19.5407

#daaee1 color RGB value is (218,174,225).

#daaee1 hex color red value is 218, green value is 174 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #daaee1 hue: 0.81 , saturation: 0.46 and the lightness value of daaee1 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101110 11100001
Octal 332 256 341
Decimal 218 174 225
Hex DA AE E1

RGB Percentages of Color #daaee1

%35.33
%28.20
%36.47

CMYK Percentages of Color #daaee1

%3
%23
%0
%12

Triadic Colors of #daaee1

#daaee1 #e1daae #aee1da

Analogous Colors of #daaee1

#daaee1 #e1aecf #c1aee1

Monochromatic Colors of #daaee1

#daaee1

Complementary Color

#daaee1 #b5e1ae

#daaee1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaee1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaee1 Color CSS Codes

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

#daaee1 Text Font Color

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

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


#daaee1 Background Color

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

This div background color is #daaee1


#daaee1 Border Color

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

This div border color is #daaee1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaee1


Comments

No comments written yet.

Please login to write comment.