Color Hex Logo

#daaedb Color Hex

#DAAEDB
(218,174,219)
0 Favorites   0 Comments

Color spaces of #daaedb

RGB 218174219
HSL0.830.380.77
HSV299°21°86°
CMYK 0.000.210.00   0.14
XYZ56.835750.292073.7296
Yxy50.29200.31430.2781
Hunter Lab70.916918.9528-11.9998
CIE-Lab76.248123.6200-16.5782

#daaedb color RGB value is (218,174,219).

#daaedb hex color red value is 218, green value is 174 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #daaedb hue: 0.83 , saturation: 0.38 and the lightness value of daaedb is 0.77.

The process color (four color CMYK) of #daaedb color hex is 0.00, 0.21, 0.00, 0.14. Web safe color of #daaedb is #cc99cc. Color #daaedb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101110 11011011
Octal 332 256 333
Decimal 218 174 219
Hex DA AE DB

RGB Percentages of Color #daaedb

%35.68
%28.48
%35.84

CMYK Percentages of Color #daaedb

%0
%21
%0
%14

Triadic Colors of #daaedb

#daaedb #dbdaae #aedbda

Analogous Colors of #daaedb

#daaedb #dbaec6 #c4aedb

Monochromatic Colors of #daaedb

#daaedb

Complementary Color

#daaedb #afdbae

#daaedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaedb Color CSS Codes

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

#daaedb Text Font Color

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

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


#daaedb Background Color

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

This div background color is #daaedb


#daaedb Border Color

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

This div border color is #daaedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaedb


Comments

No comments written yet.

Please login to write comment.