Color Hex Logo

#daaffc Color Hex

#DAAFFC
(218,175,252)
0 Favorites   0 Comments

Color spaces of #daaffc

RGB 218175252
HSL0.760.930.84
HSV274°31°99°
CMYK 0.130.310.00   0.01
XYZ61.814152.593698.9891
Yxy52.59360.28970.2465
Hunter Lab72.521425.2330-30.1637
CIE-Lab77.634429.6012-32.3101

#daaffc color RGB value is (218,175,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101111 11111100
Octal 332 257 374
Decimal 218 175 252
Hex DA AF FC

RGB Percentages of Color #daaffc

%33.80
%27.13
%39.07

CMYK Percentages of Color #daaffc

%13
%31
%0
%1

Triadic Colors of #daaffc

#daaffc #fcdaaf #affcda

Analogous Colors of #daaffc

#daaffc #fcaff8 #b4affc

Monochromatic Colors of #daaffc

#daaffc

Complementary Color

#daaffc #d1fcaf

#daaffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaffc Color CSS Codes

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

#daaffc Text Font Color

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

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


#daaffc Background Color

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

This div background color is #daaffc


#daaffc Border Color

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

This div border color is #daaffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaffc

Related Colors

#daaffc Color Palettes


Comments

No comments written yet.

Please login to write comment.