Color Hex Logo

#dcaebd Color Hex

#DCAEBD
(220,174,189)
0 Favorites   0 Comments

Color spaces of #dcaebd

RGB 220174189
HSL0.950.400.77
HSV340°21°86°
CMYK 0.000.210.14   0.14
XYZ53.836649.161954.7958
Yxy49.16190.34120.3116
Hunter Lab70.115514.35492.7453
CIE-Lab75.551919.0772-1.2355

#dcaebd color RGB value is (220,174,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101110 10111101
Octal 334 256 275
Decimal 220 174 189
Hex DC AE BD

RGB Percentages of Color #dcaebd

%37.74
%29.85
%32.42

CMYK Percentages of Color #dcaebd

%0
%21
%14
%14

Triadic Colors of #dcaebd

#dcaebd #bddcae #aebddc

Analogous Colors of #dcaebd

#dcaebd #dcb6ae #dcaed4

Monochromatic Colors of #dcaebd

#dcaebd

Complementary Color

#dcaebd #aedccd

#dcaebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaebd Color CSS Codes

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

#dcaebd Text Font Color

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

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


#dcaebd Background Color

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

This div background color is #dcaebd


#dcaebd Border Color

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

This div border color is #dcaebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaebd


Comments

No comments written yet.

Please login to write comment.