Color Hex Logo

#dcada1 Color Hex

#DCADA1
(220,173,161)
0 Favorites   0 Comments

Color spaces of #dcada1

RGB 220173161
HSL0.030.460.75
HSV12°27°86°
CMYK 0.000.210.27   0.14
XYZ50.891847.676040.2383
Yxy47.67600.36660.3435
Hunter Lab69.047810.730013.7816
CIE-Lab74.620115.408912.7180

#dcada1 color RGB value is (220,173,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101101 10100001
Octal 334 255 241
Decimal 220 173 161
Hex DC AD A1

RGB Percentages of Color #dcada1

%39.71
%31.23
%29.06

CMYK Percentages of Color #dcada1

%0
%21
%27
%14

Triadic Colors of #dcada1

#dcada1 #a1dcad #ada1dc

Analogous Colors of #dcada1

#dcada1 #dccba1 #dca1b3

Monochromatic Colors of #dcada1

#dcada1

Complementary Color

#dcada1 #a1d0dc

#dcada1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcada1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcada1 Color CSS Codes

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

#dcada1 Text Font Color

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

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


#dcada1 Background Color

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

This div background color is #dcada1


#dcada1 Border Color

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

This div border color is #dcada1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcada1


Comments

No comments written yet.

Please login to write comment.