Color Hex Logo

#daadde Color Hex

#DAADDE
(218,173,222)
0 Favorites   0 Comments

Color spaces of #daadde

RGB 218173222
HSL0.820.430.77
HSV295°22°87°
CMYK 0.020.220.00   0.13
XYZ57.041850.066575.7646
Yxy50.06650.31190.2738
Hunter Lab70.757720.0731-13.9551
CIE-Lab76.110124.7237-18.4174

#daadde color RGB value is (218,173,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101101 11011110
Octal 332 255 336
Decimal 218 173 222
Hex DA AD DE

RGB Percentages of Color #daadde

%35.56
%28.22
%36.22

CMYK Percentages of Color #daadde

%2
%22
%0
%13

Triadic Colors of #daadde

#daadde #dedaad #addeda

Analogous Colors of #daadde

#daadde #deadca #c2adde

Monochromatic Colors of #daadde

#daadde

Complementary Color

#daadde #b1dead

#daadde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daadde Color Preview on White Background

Lorem ipsum dolor sit amet.

#daadde Color CSS Codes

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

#daadde Text Font Color

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

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


#daadde Background Color

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

This div background color is #daadde


#daadde Border Color

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

This div border color is #daadde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daadde


Comments

No comments written yet.

Please login to write comment.