Color Hex Logo

#daaff8 Color Hex

#DAAFF8
(218,175,248)
0 Favorites   0 Comments

Color spaces of #daaff8

RGB 218175248
HSL0.760.840.83
HSV275°29°97°
CMYK 0.120.290.00   0.03
XYZ61.186752.342795.6852
Yxy52.34270.29250.2502
Hunter Lab72.348324.3524-27.7710
CIE-Lab77.485328.7734-30.3873

#daaff8 color RGB value is (218,175,248).

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

The process color (four color CMYK) of #daaff8 color hex is 0.12, 0.29, 0.00, 0.03. Web safe color of #daaff8 is #cc99ff. Color #daaff8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101111 11111000
Octal 332 257 370
Decimal 218 175 248
Hex DA AF F8

RGB Percentages of Color #daaff8

%34.01
%27.30
%38.69

CMYK Percentages of Color #daaff8

%12
%29
%0
%3

Triadic Colors of #daaff8

#daaff8 #f8daaf #aff8da

Analogous Colors of #daaff8

#daaff8 #f8aff2 #b6aff8

Monochromatic Colors of #daaff8

#daaff8

Complementary Color

#daaff8 #cdf8af

#daaff8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaff8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaff8 Color CSS Codes

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

#daaff8 Text Font Color

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

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


#daaff8 Background Color

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

This div background color is #daaff8


#daaff8 Border Color

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

This div border color is #daaff8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaff8


Comments

No comments written yet.

Please login to write comment.