Color Hex Logo

#dcad90 Color Hex

#DCAD90
(220,173,144)
0 Favorites   0 Comments

Color spaces of #dcad90

RGB 220173144
HSL0.060.520.71
HSV23°35°86°
CMYK 0.000.210.35   0.14
XYZ49.492847.116432.8714
Yxy47.11640.38220.3639
Hunter Lab68.64148.582219.6558
CIE-Lab74.264213.188221.4597

#dcad90 color RGB value is (220,173,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101101 10010000
Octal 334 255 220
Decimal 220 173 144
Hex DC AD 90

RGB Percentages of Color #dcad90

%40.97
%32.22
%26.82

CMYK Percentages of Color #dcad90

%0
%21
%35
%14

Triadic Colors of #dcad90

#dcad90 #90dcad #ad90dc

Analogous Colors of #dcad90

#dcad90 #dcd390 #dc9099

Monochromatic Colors of #dcad90

#dcad90

Complementary Color

#dcad90 #90bfdc

#dcad90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcad90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcad90 Color CSS Codes

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

#dcad90 Text Font Color

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

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


#dcad90 Background Color

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

This div background color is #dcad90


#dcad90 Border Color

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

This div border color is #dcad90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcad90


Comments

No comments written yet.

Please login to write comment.