Color Hex Logo

#daaefe Color Hex

#DAAEFE
(218,174,254)
0 Favorites   0 Comments

Color spaces of #daaefe

RGB 218174254
HSL0.760.980.84
HSV273°31°100°
CMYK 0.140.310.00   0.00
XYZ61.938952.3333100.6027
Yxy52.33330.28830.2436
Hunter Lab72.341826.2333-31.8129
CIE-Lab77.479730.5595-33.6240

#daaefe color RGB value is (218,174,254).

#daaefe hex color red value is 218, green value is 174 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #daaefe hue: 0.76 , saturation: 0.98 and the lightness value of daaefe is 0.84.

The process color (four color CMYK) of #daaefe color hex is 0.14, 0.31, 0.00, 0.00. Web safe color of #daaefe is #cc99ff. Color #daaefe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101110 11111110
Octal 332 256 376
Decimal 218 174 254
Hex DA AE FE

RGB Percentages of Color #daaefe

%33.75
%26.93
%39.32

CMYK Percentages of Color #daaefe

%14
%31
%0
%0

Triadic Colors of #daaefe

#daaefe #fedaae #aefeda

Analogous Colors of #daaefe

#daaefe #feaefa #b2aefe

Monochromatic Colors of #daaefe

#daaefe

Complementary Color

#daaefe #d2feae

#daaefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaefe Color CSS Codes

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

#daaefe Text Font Color

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

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


#daaefe Background Color

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

This div background color is #daaefe


#daaefe Border Color

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

This div border color is #daaefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaefe

Related Colors


Comments

No comments written yet.

Please login to write comment.