Color Hex Logo

#dcadda Color Hex

#DCADDA
(220,173,218)
0 Favorites   0 Comments

Color spaces of #dcadda

RGB 220173218
HSL0.840.400.77
HSV303°21°86°
CMYK 0.000.210.01   0.14
XYZ57.113750.164773.0022
Yxy50.16470.31680.2783
Hunter Lab70.827019.9920-11.5319
CIE-Lab76.170224.6415-16.1330

#dcadda color RGB value is (220,173,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101101 11011010
Octal 334 255 332
Decimal 220 173 218
Hex DC AD DA

RGB Percentages of Color #dcadda

%36.01
%28.31
%35.68

CMYK Percentages of Color #dcadda

%0
%21
%1
%14

Triadic Colors of #dcadda

#dcadda #dadcad #addadc

Analogous Colors of #dcadda

#dcadda #dcadc3 #c7addc

Monochromatic Colors of #dcadda

#dcadda

Complementary Color

#dcadda #addcaf

#dcadda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcadda Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcadda Color CSS Codes

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

#dcadda Text Font Color

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

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


#dcadda Background Color

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

This div background color is #dcadda


#dcadda Border Color

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

This div border color is #dcadda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcadda


Comments

No comments written yet.

Please login to write comment.