Color Hex Logo

#daaefb Color Hex

#DAAEFB
(218,174,251)
0 Favorites   0 Comments

Color spaces of #daaefb

RGB 218174251
HSL0.760.910.83
HSV274°31°98°
CMYK 0.130.310.00   0.02
XYZ61.462152.142698.0919
Yxy52.14260.29030.2463
Hunter Lab72.209825.5648-29.9943
CIE-Lab77.366029.9343-32.1858

#daaefb color RGB value is (218,174,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101110 11111011
Octal 332 256 373
Decimal 218 174 251
Hex DA AE FB

RGB Percentages of Color #daaefb

%33.90
%27.06
%39.04

CMYK Percentages of Color #daaefb

%13
%31
%0
%2

Triadic Colors of #daaefb

#daaefb #fbdaae #aefbda

Analogous Colors of #daaefb

#daaefb #fbaef6 #b4aefb

Monochromatic Colors of #daaefb

#daaefb

Complementary Color

#daaefb #cffbae

#daaefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaefb Color CSS Codes

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

#daaefb Text Font Color

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

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


#daaefb Background Color

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

This div background color is #daaefb


#daaefb Border Color

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

This div border color is #daaefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaefb

Related Colors


Comments

No comments written yet.

Please login to write comment.