Color Hex Logo

#dcaced Color Hex

#DCACED
(220,172,237)
0 Favorites   0 Comments

Color spaces of #dcaced

RGB 220172237
HSL0.790.640.80
HSV284°27°93°
CMYK 0.070.270.00   0.07
XYZ59.553850.835186.7941
Yxy50.83510.30200.2578
Hunter Lab71.298724.3232-22.2664
CIE-Lab76.579028.8047-25.8224

#dcaced color RGB value is (220,172,237).

#dcaced hex color red value is 220, green value is 172 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #dcaced hue: 0.79 , saturation: 0.64 and the lightness value of dcaced is 0.80.

The process color (four color CMYK) of #dcaced color hex is 0.07, 0.27, 0.00, 0.07. Web safe color of #dcaced is #cc99ff. Color #dcaced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101100 11101101
Octal 334 254 355
Decimal 220 172 237
Hex DC AC ED

RGB Percentages of Color #dcaced

%34.98
%27.34
%37.68

CMYK Percentages of Color #dcaced

%7
%27
%0
%7

Triadic Colors of #dcaced

#dcaced #eddcac #aceddc

Analogous Colors of #dcaced

#dcaced #edacde #bcaced

Monochromatic Colors of #dcaced

#dcaced

Complementary Color

#dcaced #bdedac

#dcaced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaced Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaced Color CSS Codes

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

#dcaced Text Font Color

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

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


#dcaced Background Color

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

This div background color is #dcaced


#dcaced Border Color

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

This div border color is #dcaced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaced


Comments

No comments written yet.

Please login to write comment.