Color Hex Logo

#dcada0 Color Hex

#DCADA0
(220,173,160)
0 Favorites   0 Comments

Color spaces of #dcada0

RGB 220173160
HSL0.040.460.75
HSV13°27°86°
CMYK 0.000.210.27   0.14
XYZ50.803947.640839.7757
Yxy47.64080.36760.3447
Hunter Lab69.022310.595914.1484
CIE-Lab74.597815.271213.2317

#dcada0 color RGB value is (220,173,160).

#dcada0 hex color red value is 220, green value is 173 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #dcada0 hue: 0.04 , saturation: 0.46 and the lightness value of dcada0 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101101 10100000
Octal 334 255 240
Decimal 220 173 160
Hex DC AD A0

RGB Percentages of Color #dcada0

%39.78
%31.28
%28.93

CMYK Percentages of Color #dcada0

%0
%21
%27
%14

Triadic Colors of #dcada0

#dcada0 #a0dcad #ada0dc

Analogous Colors of #dcada0

#dcada0 #dccba0 #dca0b1

Monochromatic Colors of #dcada0

#dcada0

Complementary Color

#dcada0 #a0cfdc

#dcada0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcada0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcada0 Color CSS Codes

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

#dcada0 Text Font Color

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

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


#dcada0 Background Color

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

This div background color is #dcada0


#dcada0 Border Color

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

This div border color is #dcada0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcada0


Comments

No comments written yet.

Please login to write comment.