Color Hex Logo

#daadee Color Hex

#DAADEE
(218,173,238)
0 Favorites   0 Comments

Color spaces of #daadee

RGB 218173238
HSL0.780.660.81
HSV282°27°93°
CMYK 0.080.270.00   0.07
XYZ59.289650.965687.6014
Yxy50.96560.29970.2576
Hunter Lab71.390223.3115-22.7804
CIE-Lab76.658227.8298-26.2591

#daadee color RGB value is (218,173,238).

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

The process color (four color CMYK) of #daadee color hex is 0.08, 0.27, 0.00, 0.07. Web safe color of #daadee is #cc99ff. Color #daadee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101101 11101110
Octal 332 255 356
Decimal 218 173 238
Hex DA AD EE

RGB Percentages of Color #daadee

%34.66
%27.50
%37.84

CMYK Percentages of Color #daadee

%8
%27
%0
%7

Triadic Colors of #daadee

#daadee #eedaad #adeeda

Analogous Colors of #daadee

#daadee #eeade2 #baadee

Monochromatic Colors of #daadee

#daadee

Complementary Color

#daadee #c1eead

#daadee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daadee Color Preview on White Background

Lorem ipsum dolor sit amet.

#daadee Color CSS Codes

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

#daadee Text Font Color

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

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


#daadee Background Color

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

This div background color is #daadee


#daadee Border Color

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

This div border color is #daadee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daadee


Comments

No comments written yet.

Please login to write comment.