Color Hex Logo

#daaddf Color Hex

#DAADDF
(218,173,223)
0 Favorites   0 Comments

Color spaces of #daaddf

RGB 218173223
HSL0.820.440.78
HSV294°22°87°
CMYK 0.020.220.00   0.13
XYZ57.176350.120376.4727
Yxy50.12030.31110.2727
Hunter Lab70.795720.2684-14.4874
CIE-Lab76.143024.9128-18.9110

#daaddf color RGB value is (218,173,223).

#daaddf hex color red value is 218, green value is 173 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #daaddf hue: 0.82 , saturation: 0.44 and the lightness value of daaddf is 0.78.

The process color (four color CMYK) of #daaddf color hex is 0.02, 0.22, 0.00, 0.13. Web safe color of #daaddf is #cc99cc. Color #daaddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101101 11011111
Octal 332 255 337
Decimal 218 173 223
Hex DA AD DF

RGB Percentages of Color #daaddf

%35.50
%28.18
%36.32

CMYK Percentages of Color #daaddf

%2
%22
%0
%13

Triadic Colors of #daaddf

#daaddf #dfdaad #addfda

Analogous Colors of #daaddf

#daaddf #dfadcb #c1addf

Monochromatic Colors of #daaddf

#daaddf

Complementary Color

#daaddf #b2dfad

#daaddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaddf Color CSS Codes

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

#daaddf Text Font Color

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

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


#daaddf Background Color

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

This div background color is #daaddf


#daaddf Border Color

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

This div border color is #daaddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaddf


Comments

No comments written yet.

Please login to write comment.