Color Hex Logo

#daadff Color Hex

#DAADFF
(218,173,255)
0 Favorites   0 Comments

Color spaces of #daadff

RGB 218173255
HSL0.761.000.84
HSV273°32°100°
CMYK 0.150.320.00   0.00
XYZ61.907052.0126101.3843
Yxy52.01260.28750.2416
Hunter Lab72.119827.0133-32.8647
CIE-Lab77.288431.3098-34.4571

#daadff color RGB value is (218,173,255).

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

The process color (four color CMYK) of #daadff color hex is 0.15, 0.32, 0.00, 0.00. Web safe color of #daadff is #cc99ff. Color #daadff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101101 11111111
Octal 332 255 377
Decimal 218 173 255
Hex DA AD FF

RGB Percentages of Color #daadff

%33.75
%26.78
%39.47

CMYK Percentages of Color #daadff

%15
%32
%0
%0

Triadic Colors of #daadff

#daadff #ffdaad #adffda

Analogous Colors of #daadff

#daadff #ffadfb #b1adff

Monochromatic Colors of #daadff

#daadff

Complementary Color

#daadff #d2ffad

#daadff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daadff Color Preview on White Background

Lorem ipsum dolor sit amet.

#daadff Color CSS Codes

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

#daadff Text Font Color

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

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


#daadff Background Color

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

This div background color is #daadff


#daadff Border Color

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

This div border color is #daadff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daadff

Related Colors


Comments

No comments written yet.

Please login to write comment.