Color Hex Logo

#dcaeb5 Color Hex

#DCAEB5
(220,174,181)
0 Favorites   0 Comments

Color spaces of #dcaeb5

RGB 220174181
HSL0.970.400.77
HSV351°21°86°
CMYK 0.000.210.18   0.14
XYZ52.991748.823950.3471
Yxy48.82390.34830.3209
Hunter Lab69.874113.09266.1910
CIE-Lab75.341617.80812.8291

#dcaeb5 color RGB value is (220,174,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101110 10110101
Octal 334 256 265
Decimal 220 174 181
Hex DC AE B5

RGB Percentages of Color #dcaeb5

%38.26
%30.26
%31.48

CMYK Percentages of Color #dcaeb5

%0
%21
%18
%14

Triadic Colors of #dcaeb5

#dcaeb5 #b5dcae #aeb5dc

Analogous Colors of #dcaeb5

#dcaeb5 #dcbeae #dcaecc

Monochromatic Colors of #dcaeb5

#dcaeb5

Complementary Color

#dcaeb5 #aedcd5

#dcaeb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaeb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaeb5 Color CSS Codes

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

#dcaeb5 Text Font Color

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

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


#dcaeb5 Background Color

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

This div background color is #dcaeb5


#dcaeb5 Border Color

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

This div border color is #dcaeb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaeb5


Comments

No comments written yet.

Please login to write comment.