Color Hex Logo

#daaddb Color Hex

#DAADDB
(218,173,219)
0 Favorites   0 Comments

Color spaces of #daaddb

RGB 218173219
HSL0.830.390.77
HSV299°21°86°
CMYK 0.000.210.00   0.14
XYZ56.643249.907073.6654
Yxy49.90700.31430.2769
Hunter Lab70.644919.4931-12.3736
CIE-Lab76.012124.1611-16.9341

#daaddb color RGB value is (218,173,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101101 11011011
Octal 332 255 333
Decimal 218 173 219
Hex DA AD DB

RGB Percentages of Color #daaddb

%35.74
%28.36
%35.90

CMYK Percentages of Color #daaddb

%0
%21
%0
%14

Triadic Colors of #daaddb

#daaddb #dbdaad #addbda

Analogous Colors of #daaddb

#daaddb #dbadc5 #c3addb

Monochromatic Colors of #daaddb

#daaddb

Complementary Color

#daaddb #aedbad

#daaddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaddb Color CSS Codes

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

#daaddb Text Font Color

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

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


#daaddb Background Color

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

This div background color is #daaddb


#daaddb Border Color

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

This div border color is #daaddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaddb


Comments

No comments written yet.

Please login to write comment.