Color Hex Logo

#daaade Color Hex

#DAAADE
(218,170,222)
0 Favorites   0 Comments

Color spaces of #daaade

RGB 218170222
HSL0.820.440.77
HSV295°23°87°
CMYK 0.020.230.00   0.13
XYZ56.473048.928875.5750
Yxy48.92880.31200.2704
Hunter Lab69.949121.6999-15.0942
CIE-Lab75.407026.3476-19.4816

#daaade color RGB value is (218,170,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101010 11011110
Octal 332 252 336
Decimal 218 170 222
Hex DA AA DE

RGB Percentages of Color #daaade

%35.74
%27.87
%36.39

CMYK Percentages of Color #daaade

%2
%23
%0
%13

Triadic Colors of #daaade

#daaade #dedaaa #aadeda

Analogous Colors of #daaade

#daaade #deaac8 #c0aade

Monochromatic Colors of #daaade

#daaade

Complementary Color

#daaade #aedeaa

#daaade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaade Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaade Color CSS Codes

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

#daaade Text Font Color

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

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


#daaade Background Color

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

This div background color is #daaade


#daaade Border Color

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

This div border color is #daaade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaade


Comments

No comments written yet.

Please login to write comment.