Color Hex Logo

#daade7 Color Hex

#DAADE7
(218,173,231)
0 Favorites   0 Comments

Color spaces of #daade7

RGB 218173231
HSL0.800.550.79
HSV287°25°91°
CMYK 0.060.250.00   0.09
XYZ58.280850.562182.2890
Yxy50.56210.30490.2645
Hunter Lab71.107021.8650-18.8388
CIE-Lab76.413026.4497-22.8430

#daade7 color RGB value is (218,173,231).

#daade7 hex color red value is 218, green value is 173 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #daade7 hue: 0.80 , saturation: 0.55 and the lightness value of daade7 is 0.79.

The process color (four color CMYK) of #daade7 color hex is 0.06, 0.25, 0.00, 0.09. Web safe color of #daade7 is #cc99ff. Color #daade7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101101 11100111
Octal 332 255 347
Decimal 218 173 231
Hex DA AD E7

RGB Percentages of Color #daade7

%35.05
%27.81
%37.14

CMYK Percentages of Color #daade7

%6
%25
%0
%9

Triadic Colors of #daade7

#daade7 #e7daad #ade7da

Analogous Colors of #daade7

#daade7 #e7add7 #bdade7

Monochromatic Colors of #daade7

#daade7

Complementary Color

#daade7 #bae7ad

#daade7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daade7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daade7 Color CSS Codes

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

#daade7 Text Font Color

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

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


#daade7 Background Color

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

This div background color is #daade7


#daade7 Border Color

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

This div border color is #daade7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daade7


Comments

No comments written yet.

Please login to write comment.