Color Hex Logo

#dcaebb Color Hex

#DCAEBB
(220,174,187)
0 Favorites   0 Comments

Color spaces of #dcaebb

RGB 220174187
HSL0.950.400.77
HSV343°21°86°
CMYK 0.000.210.15   0.14
XYZ53.620949.075653.6601
Yxy49.07560.34290.3139
Hunter Lab70.054014.03353.6227
CIE-Lab75.498318.7550-0.2212

#dcaebb color RGB value is (220,174,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101110 10111011
Octal 334 256 273
Decimal 220 174 187
Hex DC AE BB

RGB Percentages of Color #dcaebb

%37.87
%29.95
%32.19

CMYK Percentages of Color #dcaebb

%0
%21
%15
%14

Triadic Colors of #dcaebb

#dcaebb #bbdcae #aebbdc

Analogous Colors of #dcaebb

#dcaebb #dcb8ae #dcaed2

Monochromatic Colors of #dcaebb

#dcaebb

Complementary Color

#dcaebb #aedccf

#dcaebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaebb Color CSS Codes

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

#dcaebb Text Font Color

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

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


#dcaebb Background Color

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

This div background color is #dcaebb


#dcaebb Border Color

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

This div border color is #dcaebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaebb


Comments

No comments written yet.

Please login to write comment.