Color Hex Logo

#daadf9 Color Hex

#DAADF9
(218,173,249)
0 Favorites   0 Comments

Color spaces of #daadf9

RGB 218173249
HSL0.770.860.83
HSV276°31°98°
CMYK 0.120.310.00   0.02
XYZ60.955951.632196.3758
Yxy51.63210.29170.2471
Hunter Lab71.855525.6767-29.2236
CIE-Lab77.060330.0617-31.5798

#daadf9 color RGB value is (218,173,249).

#daadf9 hex color red value is 218, green value is 173 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #daadf9 hue: 0.77 , saturation: 0.86 and the lightness value of daadf9 is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101101 11111001
Octal 332 255 371
Decimal 218 173 249
Hex DA AD F9

RGB Percentages of Color #daadf9

%34.06
%27.03
%38.91

CMYK Percentages of Color #daadf9

%12
%31
%0
%2

Triadic Colors of #daadf9

#daadf9 #f9daad #adf9da

Analogous Colors of #daadf9

#daadf9 #f9adf2 #b4adf9

Monochromatic Colors of #daadf9

#daadf9

Complementary Color

#daadf9 #ccf9ad

#daadf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daadf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daadf9 Color CSS Codes

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

#daadf9 Text Font Color

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

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


#daadf9 Background Color

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

This div background color is #daadf9


#daadf9 Border Color

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

This div border color is #daadf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daadf9


Comments

No comments written yet.

Please login to write comment.