Color Hex Logo

#dcaee4 Color Hex

#DCAEE4
(220,174,228)
0 Favorites   0 Comments

Color spaces of #dcaee4

RGB 220174228
HSL0.810.500.79
HSV291°24°89°
CMYK 0.040.240.00   0.11
XYZ58.654851.089280.1685
Yxy51.08920.30890.2690
Hunter Lab71.476721.3954-16.4662
CIE-Lab76.733025.9771-20.7128

#dcaee4 color RGB value is (220,174,228).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101110 11100100
Octal 334 256 344
Decimal 220 174 228
Hex DC AE E4

RGB Percentages of Color #dcaee4

%35.37
%27.97
%36.66

CMYK Percentages of Color #dcaee4

%4
%24
%0
%11

Triadic Colors of #dcaee4

#dcaee4 #e4dcae #aee4dc

Analogous Colors of #dcaee4

#dcaee4 #e4aed1 #c1aee4

Monochromatic Colors of #dcaee4

#dcaee4

Complementary Color

#dcaee4 #b6e4ae

#dcaee4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaee4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaee4 Color CSS Codes

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

#dcaee4 Text Font Color

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

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


#dcaee4 Background Color

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

This div background color is #dcaee4


#dcaee4 Border Color

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

This div border color is #dcaee4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaee4


Comments

No comments written yet.

Please login to write comment.