Color Hex Logo

#daaefa Color Hex

#DAAEFA
(218,174,250)
0 Favorites   0 Comments

Color spaces of #daaefa

RGB 218174250
HSL0.760.880.83
HSV275°30°98°
CMYK 0.130.300.00   0.02
XYZ61.304852.079797.2637
Yxy52.07970.29100.2472
Hunter Lab72.166325.3437-29.3930
CIE-Lab77.328529.7270-31.7054

#daaefa color RGB value is (218,174,250).

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

The process color (four color CMYK) of #daaefa color hex is 0.13, 0.30, 0.00, 0.02. Web safe color of #daaefa is #cc99ff. Color #daaefa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101110 11111010
Octal 332 256 372
Decimal 218 174 250
Hex DA AE FA

RGB Percentages of Color #daaefa

%33.96
%27.10
%38.94

CMYK Percentages of Color #daaefa

%13
%30
%0
%2

Triadic Colors of #daaefa

#daaefa #fadaae #aefada

Analogous Colors of #daaefa

#daaefa #faaef4 #b4aefa

Monochromatic Colors of #daaefa

#daaefa

Complementary Color

#daaefa #cefaae

#daaefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaefa Color CSS Codes

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

#daaefa Text Font Color

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

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


#daaefa Background Color

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

This div background color is #daaefa


#daaefa Border Color

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

This div border color is #daaefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaefa


Comments

No comments written yet.

Please login to write comment.