Color Hex Logo

#dcaada Color Hex

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

Color spaces of #dcaada

RGB 220170218
HSL0.840.420.76
HSV302°23°86°
CMYK 0.000.230.01   0.14
XYZ56.544849.027172.8126
Yxy49.02710.31700.2748
Hunter Lab70.019421.6155-12.6417
CIE-Lab75.468226.2620-17.1918

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

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

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

Base Numbers

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

RGB Percentages of Color #dcaada

%36.18
%27.96
%35.86

CMYK Percentages of Color #dcaada

%0
%23
%1
%14

Triadic Colors of #dcaada

#dcaada #dadcaa #aadadc

Analogous Colors of #dcaada

#dcaada #dcaac1 #c5aadc

Monochromatic Colors of #dcaada

#dcaada

Complementary Color

#dcaada #aadcac

#dcaada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaada Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaada Color CSS Codes

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

#dcaada Text Font Color

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

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


#dcaada Background Color

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

This div background color is #dcaada


#dcaada Border Color

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

This div border color is #dcaada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaada


Comments

No comments written yet.

Please login to write comment.