Color Hex Logo

#dcaee5 Color Hex

#DCAEE5
(220,174,229)
0 Favorites   0 Comments

Color spaces of #dcaee5

RGB 220174229
HSL0.810.510.79
HSV290°24°90°
CMYK 0.040.240.00   0.10
XYZ58.794151.144980.9019
Yxy51.14490.30810.2680
Hunter Lab71.515721.5951-17.0107
CIE-Lab76.766726.1686-21.2037

#dcaee5 color RGB value is (220,174,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101110 11100101
Octal 334 256 345
Decimal 220 174 229
Hex DC AE E5

RGB Percentages of Color #dcaee5

%35.31
%27.93
%36.76

CMYK Percentages of Color #dcaee5

%4
%24
%0
%10

Triadic Colors of #dcaee5

#dcaee5 #e5dcae #aee5dc

Analogous Colors of #dcaee5

#dcaee5 #e5aed3 #c1aee5

Monochromatic Colors of #dcaee5

#dcaee5

Complementary Color

#dcaee5 #b7e5ae

#dcaee5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaee5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaee5 Color CSS Codes

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

#dcaee5 Text Font Color

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

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


#dcaee5 Background Color

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

This div background color is #dcaee5


#dcaee5 Border Color

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

This div border color is #dcaee5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaee5


Comments

No comments written yet.

Please login to write comment.