Color Hex Logo

#dcade4 Color Hex

#DCADE4
(220,173,228)
0 Favorites   0 Comments

Color spaces of #dcade4

RGB 220173228
HSL0.810.500.79
HSV291°24°89°
CMYK 0.040.240.00   0.11
XYZ58.462450.704280.1044
Yxy50.70420.30890.2679
Hunter Lab71.206921.9403-16.8537
CIE-Lab76.499526.5177-21.0673

#dcade4 color RGB value is (220,173,228).

#dcade4 hex color red value is 220, green value is 173 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #dcade4 hue: 0.81 , saturation: 0.50 and the lightness value of dcade4 is 0.79.

The process color (four color CMYK) of #dcade4 color hex is 0.04, 0.24, 0.00, 0.11. Web safe color of #dcade4 is #cc99cc. Color #dcade4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101101 11100100
Octal 334 255 344
Decimal 220 173 228
Hex DC AD E4

RGB Percentages of Color #dcade4

%35.43
%27.86
%36.71

CMYK Percentages of Color #dcade4

%4
%24
%0
%11

Triadic Colors of #dcade4

#dcade4 #e4dcad #ade4dc

Analogous Colors of #dcade4

#dcade4 #e4add1 #c1ade4

Monochromatic Colors of #dcade4

#dcade4

Complementary Color

#dcade4 #b5e4ad

#dcade4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcade4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcade4 Color CSS Codes

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

#dcade4 Text Font Color

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

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


#dcade4 Background Color

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

This div background color is #dcade4


#dcade4 Border Color

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

This div border color is #dcade4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcade4


Comments

No comments written yet.

Please login to write comment.