Color Hex Logo

#daaee8 Color Hex

#DAAEE8
(218,174,232)
0 Favorites   0 Comments

Color spaces of #daaee8

RGB 218174232
HSL0.790.560.80
HSV286°25°91°
CMYK 0.060.250.00   0.09
XYZ58.615051.003783.0993
Yxy51.00370.30410.2647
Hunter Lab71.416921.5233-18.9969
CIE-Lab76.681326.1039-22.9765

#daaee8 color RGB value is (218,174,232).

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

The process color (four color CMYK) of #daaee8 color hex is 0.06, 0.25, 0.00, 0.09. Web safe color of #daaee8 is #cc99ff. Color #daaee8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101110 11101000
Octal 332 256 350
Decimal 218 174 232
Hex DA AE E8

RGB Percentages of Color #daaee8

%34.94
%27.88
%37.18

CMYK Percentages of Color #daaee8

%6
%25
%0
%9

Triadic Colors of #daaee8

#daaee8 #e8daae #aee8da

Analogous Colors of #daaee8

#daaee8 #e8aed9 #bdaee8

Monochromatic Colors of #daaee8

#daaee8

Complementary Color

#daaee8 #bce8ae

#daaee8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaee8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaee8 Color CSS Codes

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

#daaee8 Text Font Color

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

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


#daaee8 Background Color

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

This div background color is #daaee8


#daaee8 Border Color

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

This div border color is #daaee8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaee8


Comments

No comments written yet.

Please login to write comment.