Color Hex Logo

#daaffb Color Hex

#DAAFFB
(218,175,251)
0 Favorites   0 Comments

Color spaces of #daaffb

RGB 218175251
HSL0.760.900.84
HSV274°30°98°
CMYK 0.130.300.00   0.02
XYZ61.656052.530498.1565
Yxy52.53040.29040.2474
Hunter Lab72.477925.0114-29.5617
CIE-Lab77.596929.3933-31.8301

#daaffb color RGB value is (218,175,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101111 11111011
Octal 332 257 373
Decimal 218 175 251
Hex DA AF FB

RGB Percentages of Color #daaffb

%33.85
%27.17
%38.98

CMYK Percentages of Color #daaffb

%13
%30
%0
%2

Triadic Colors of #daaffb

#daaffb #fbdaaf #affbda

Analogous Colors of #daaffb

#daaffb #fbaff6 #b4affb

Monochromatic Colors of #daaffb

#daaffb

Complementary Color

#daaffb #d0fbaf

#daaffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaffb Color CSS Codes

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

#daaffb Text Font Color

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

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


#daaffb Background Color

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

This div background color is #daaffb


#daaffb Border Color

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

This div border color is #daaffb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,175,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 #daaffb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaffb


Comments

No comments written yet.

Please login to write comment.