Color Hex Logo

#dcaee3 Color Hex

#DCAEE3
(220,174,227)
0 Favorites   0 Comments

Color spaces of #dcaee3

RGB 220174227
HSL0.810.490.79
HSV292°23°89°
CMYK 0.030.230.00   0.11
XYZ58.516451.033879.4394
Yxy51.03380.30960.2700
Hunter Lab71.437921.1969-15.9243
CIE-Lab76.699525.7865-20.2214

#dcaee3 color RGB value is (220,174,227).

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

The process color (four color CMYK) of #dcaee3 color hex is 0.03, 0.23, 0.00, 0.11. Web safe color of #dcaee3 is #cc99cc. Color #dcaee3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101110 11100011
Octal 334 256 343
Decimal 220 174 227
Hex DC AE E3

RGB Percentages of Color #dcaee3

%35.43
%28.02
%36.55

CMYK Percentages of Color #dcaee3

%3
%23
%0
%11

Triadic Colors of #dcaee3

#dcaee3 #e3dcae #aee3dc

Analogous Colors of #dcaee3

#dcaee3 #e3aed0 #c2aee3

Monochromatic Colors of #dcaee3

#dcaee3

Complementary Color

#dcaee3 #b5e3ae

#dcaee3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaee3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaee3 Color CSS Codes

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

#dcaee3 Text Font Color

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

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


#dcaee3 Background Color

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

This div background color is #dcaee3


#dcaee3 Border Color

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

This div border color is #dcaee3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaee3


Comments

No comments written yet.

Please login to write comment.