Color Hex Logo

#dcaa90 Color Hex

#DCAA90
(220,170,144)
0 Favorites   0 Comments

Color spaces of #dcaa90

RGB 220170144
HSL0.060.520.71
HSV21°35°86°
CMYK 0.000.230.35   0.14
XYZ48.924045.978732.6818
Yxy45.97870.38350.3604
Hunter Lab67.807610.126618.8888
CIE-Lab73.531714.798420.4553

#dcaa90 color RGB value is (220,170,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101010 10010000
Octal 334 252 220
Decimal 220 170 144
Hex DC AA 90

RGB Percentages of Color #dcaa90

%41.20
%31.84
%26.97

CMYK Percentages of Color #dcaa90

%0
%23
%35
%14

Triadic Colors of #dcaa90

#dcaa90 #90dcaa #aa90dc

Analogous Colors of #dcaa90

#dcaa90 #dcd090 #dc909c

Monochromatic Colors of #dcaa90

#dcaa90

Complementary Color

#dcaa90 #90c2dc

#dcaa90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaa90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaa90 Color CSS Codes

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

#dcaa90 Text Font Color

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

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


#dcaa90 Background Color

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

This div background color is #dcaa90


#dcaa90 Border Color

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

This div border color is #dcaa90


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,170,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 #dcaa90">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaa90


Comments

No comments written yet.

Please login to write comment.