Color Hex Logo

#dcaebe Color Hex

#DCAEBE
(220,174,190)
0 Favorites   0 Comments

Color spaces of #dcaebe

RGB 220174190
HSL0.940.400.77
HSV339°21°86°
CMYK 0.000.210.14   0.14
XYZ53.945549.205555.3696
Yxy49.20550.34030.3104
Hunter Lab70.146614.51692.3026
CIE-Lab75.579019.2394-1.7423

#dcaebe color RGB value is (220,174,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101110 10111110
Octal 334 256 276
Decimal 220 174 190
Hex DC AE BE

RGB Percentages of Color #dcaebe

%37.67
%29.79
%32.53

CMYK Percentages of Color #dcaebe

%0
%21
%14
%14

Triadic Colors of #dcaebe

#dcaebe #bedcae #aebedc

Analogous Colors of #dcaebe

#dcaebe #dcb5ae #dcaed5

Monochromatic Colors of #dcaebe

#dcaebe

Complementary Color

#dcaebe #aedccc

#dcaebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaebe Color CSS Codes

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

#dcaebe Text Font Color

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

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


#dcaebe Background Color

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

This div background color is #dcaebe


#dcaebe Border Color

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

This div border color is #dcaebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaebe


Comments

No comments written yet.

Please login to write comment.