Color Hex Logo

#daadef Color Hex

#DAADEF
(218,173,239)
0 Favorites   0 Comments

Color spaces of #daadef

RGB 218173239
HSL0.780.670.81
HSV281°28°94°
CMYK 0.090.280.00   0.06
XYZ59.437051.024688.3774
Yxy51.02460.29890.2566
Hunter Lab71.431523.5218-23.3535
CIE-Lab76.693928.0295-26.7451

#daadef color RGB value is (218,173,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101101 11101111
Octal 332 255 357
Decimal 218 173 239
Hex DA AD EF

RGB Percentages of Color #daadef

%34.60
%27.46
%37.94

CMYK Percentages of Color #daadef

%9
%28
%0
%6

Triadic Colors of #daadef

#daadef #efdaad #adefda

Analogous Colors of #daadef

#daadef #efade3 #b9adef

Monochromatic Colors of #daadef

#daadef

Complementary Color

#daadef #c2efad

#daadef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daadef Color Preview on White Background

Lorem ipsum dolor sit amet.

#daadef Color CSS Codes

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

#daadef Text Font Color

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

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


#daadef Background Color

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

This div background color is #daadef


#daadef Border Color

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

This div border color is #daadef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daadef


Comments

No comments written yet.

Please login to write comment.