Color Hex Logo

#dcaecf Color Hex

#DCAECF
(220,174,207)
0 Favorites   0 Comments

Color spaces of #dcaecf

RGB 220174207
HSL0.880.400.77
HSV317°21°86°
CMYK 0.000.210.06   0.14
XYZ55.913749.992765.7341
Yxy49.99270.32580.2913
Hunter Lab70.705517.4226-5.6274
CIE-Lab76.064822.1201-10.3014

#dcaecf color RGB value is (220,174,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101110 11001111
Octal 334 256 317
Decimal 220 174 207
Hex DC AE CF

RGB Percentages of Color #dcaecf

%36.61
%28.95
%34.44

CMYK Percentages of Color #dcaecf

%0
%21
%6
%14

Triadic Colors of #dcaecf

#dcaecf #cfdcae #aecfdc

Analogous Colors of #dcaecf

#dcaecf #dcaeb8 #d2aedc

Monochromatic Colors of #dcaecf

#dcaecf

Complementary Color

#dcaecf #aedcbb

#dcaecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaecf Color CSS Codes

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

#dcaecf Text Font Color

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

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


#dcaecf Background Color

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

This div background color is #dcaecf


#dcaecf Border Color

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

This div border color is #dcaecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaecf


Comments

No comments written yet.

Please login to write comment.