Color Hex Logo

#daaadc Color Hex

#DAAADC
(218,170,220)
0 Favorites   0 Comments

Color spaces of #daaadc

RGB 218170220
HSL0.830.420.76
HSV298°23°86°
CMYK 0.010.230.00   0.14
XYZ56.206448.822274.1714
Yxy48.82220.31370.2724
Hunter Lab69.872921.3095-14.0264
CIE-Lab75.340625.9714-18.4931

#daaadc color RGB value is (218,170,220).

#daaadc hex color red value is 218, green value is 170 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #daaadc hue: 0.83 , saturation: 0.42 and the lightness value of daaadc is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101010 11011100
Octal 332 252 334
Decimal 218 170 220
Hex DA AA DC

RGB Percentages of Color #daaadc

%35.86
%27.96
%36.18

CMYK Percentages of Color #daaadc

%1
%23
%0
%14

Triadic Colors of #daaadc

#daaadc #dcdaaa #aadcda

Analogous Colors of #daaadc

#daaadc #dcaac5 #c1aadc

Monochromatic Colors of #daaadc

#daaadc

Complementary Color

#daaadc #acdcaa

#daaadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaadc Color CSS Codes

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

#daaadc Text Font Color

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

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


#daaadc Background Color

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

This div background color is #daaadc


#daaadc Border Color

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

This div border color is #daaadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaadc


Comments

No comments written yet.

Please login to write comment.