Color Hex Logo

#dcad95 Color Hex

#DCAD95
(220,173,149)
0 Favorites   0 Comments

Color spaces of #dcad95

RGB 220173149
HSL0.060.500.72
HSV20°32°86°
CMYK 0.000.210.32   0.14
XYZ49.883647.272734.9292
Yxy47.27270.37770.3579
Hunter Lab68.75519.184818.0079
CIE-Lab74.363913.814418.8884

#dcad95 color RGB value is (220,173,149).

#dcad95 hex color red value is 220, green value is 173 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #dcad95 hue: 0.06 , saturation: 0.50 and the lightness value of dcad95 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101101 10010101
Octal 334 255 225
Decimal 220 173 149
Hex DC AD 95

RGB Percentages of Color #dcad95

%40.59
%31.92
%27.49

CMYK Percentages of Color #dcad95

%0
%21
%32
%14

Triadic Colors of #dcad95

#dcad95 #95dcad #ad95dc

Analogous Colors of #dcad95

#dcad95 #dcd195 #dc95a1

Monochromatic Colors of #dcad95

#dcad95

Complementary Color

#dcad95 #95c4dc

#dcad95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcad95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcad95 Color CSS Codes

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

#dcad95 Text Font Color

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

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


#dcad95 Background Color

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

This div background color is #dcad95


#dcad95 Border Color

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

This div border color is #dcad95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcad95


Comments

No comments written yet.

Please login to write comment.