Color Hex Logo

#dcaec3 Color Hex

#DCAEC3
(220,174,195)
0 Favorites   0 Comments

Color spaces of #dcaec3

RGB 220174195
HSL0.920.400.77
HSV333°21°86°
CMYK 0.000.210.11   0.14
XYZ54.501649.427958.2977
Yxy49.42790.33600.3047
Hunter Lab70.305015.34250.0495
CIE-Lab75.716820.0632-4.2706

#dcaec3 color RGB value is (220,174,195).

#dcaec3 hex color red value is 220, green value is 174 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #dcaec3 hue: 0.92 , saturation: 0.40 and the lightness value of dcaec3 is 0.77.

The process color (four color CMYK) of #dcaec3 color hex is 0.00, 0.21, 0.11, 0.14. Web safe color of #dcaec3 is #cc99cc. Color #dcaec3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101110 11000011
Octal 334 256 303
Decimal 220 174 195
Hex DC AE C3

RGB Percentages of Color #dcaec3

%37.35
%29.54
%33.11

CMYK Percentages of Color #dcaec3

%0
%21
%11
%14

Triadic Colors of #dcaec3

#dcaec3 #c3dcae #aec3dc

Analogous Colors of #dcaec3

#dcaec3 #dcb0ae #dcaeda

Monochromatic Colors of #dcaec3

#dcaec3

Complementary Color

#dcaec3 #aedcc7

#dcaec3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaec3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaec3 Color CSS Codes

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

#dcaec3 Text Font Color

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

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


#dcaec3 Background Color

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

This div background color is #dcaec3


#dcaec3 Border Color

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

This div border color is #dcaec3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaec3


Comments

No comments written yet.

Please login to write comment.