Color Hex Logo

#dcaeae Color Hex

#DCAEAE
(220,174,174)
0 Favorites   0 Comments

Color spaces of #dcaeae

RGB 220174174
HSL0.000.400.77
HSV21°86°
CMYK 0.000.210.21   0.14
XYZ52.291248.543746.6582
Yxy48.54370.35450.3291
Hunter Lab69.673312.03959.0665
CIE-Lab75.166616.74146.4007

#dcaeae color RGB value is (220,174,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101110 10101110
Octal 334 256 256
Decimal 220 174 174
Hex DC AE AE

RGB Percentages of Color #dcaeae

%38.73
%30.63
%30.63

CMYK Percentages of Color #dcaeae

%0
%21
%21
%14

Triadic Colors of #dcaeae

#dcaeae #aedcae #aeaedc

Analogous Colors of #dcaeae

#dcaeae #dcc5ae #dcaec5

Monochromatic Colors of #dcaeae

#dcaeae

Complementary Color

#dcaeae #aedcdc

#dcaeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaeae Color CSS Codes

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

#dcaeae Text Font Color

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

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


#dcaeae Background Color

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

This div background color is #dcaeae


#dcaeae Border Color

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

This div border color is #dcaeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaeae


Comments

No comments written yet.

Please login to write comment.