Color Hex Logo

#dca488 Color Hex

#DCA488
(220,164,136)
0 Favorites   0 Comments

Color spaces of #dca488

RGB 220164136
HSL0.060.550.70
HSV20°38°86°
CMYK 0.000.250.38   0.14
XYZ47.234643.544129.2079
Yxy43.54410.39370.3629
Hunter Lab65.988012.292519.9483
CIE-Lab71.922717.067222.6046

#dca488 color RGB value is (220,164,136).

#dca488 hex color red value is 220, green value is 164 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #dca488 hue: 0.06 , saturation: 0.55 and the lightness value of dca488 is 0.70.

The process color (four color CMYK) of #dca488 color hex is 0.00, 0.25, 0.38, 0.14. Web safe color of #dca488 is #cc9999. Color #dca488 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100100 10001000
Octal 334 244 210
Decimal 220 164 136
Hex DC A4 88

RGB Percentages of Color #dca488

%42.31
%31.54
%26.15

CMYK Percentages of Color #dca488

%0
%25
%38
%14

Triadic Colors of #dca488

#dca488 #88dca4 #a488dc

Analogous Colors of #dca488

#dca488 #dcce88 #dc8896

Monochromatic Colors of #dca488

#dca488

Complementary Color

#dca488 #88c0dc

#dca488 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca488 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca488 Color CSS Codes

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

#dca488 Text Font Color

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

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


#dca488 Background Color

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

This div background color is #dca488


#dca488 Border Color

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

This div border color is #dca488


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca488


Comments

No comments written yet.

Please login to write comment.