Color Hex Logo

#daaefd Color Hex

#DAAEFD
(218,174,253)
0 Favorites   0 Comments

Color spaces of #daaefd

RGB 218174253
HSL0.760.950.84
HSV273°31°99°
CMYK 0.140.310.00   0.01
XYZ61.779152.269499.7614
Yxy52.26940.28890.2445
Hunter Lab72.297626.0095-31.2043
CIE-Lab77.441630.3504-33.1451

#daaefd color RGB value is (218,174,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101110 11111101
Octal 332 256 375
Decimal 218 174 253
Hex DA AE FD

RGB Percentages of Color #daaefd

%33.80
%26.98
%39.22

CMYK Percentages of Color #daaefd

%14
%31
%0
%1

Triadic Colors of #daaefd

#daaefd #fddaae #aefdda

Analogous Colors of #daaefd

#daaefd #fdaef9 #b3aefd

Monochromatic Colors of #daaefd

#daaefd

Complementary Color

#daaefd #d1fdae

#daaefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaefd Color CSS Codes

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

#daaefd Text Font Color

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

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


#daaefd Background Color

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

This div background color is #daaefd


#daaefd Border Color

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

This div border color is #daaefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaefd


Comments

No comments written yet.

Please login to write comment.