Color Hex Logo

#dca094 Color Hex

#DCA094
(220,160,148)
0 Favorites   0 Comments

Color spaces of #dca094

RGB 220160148
HSL0.030.510.72
HSV10°33°86°
CMYK 0.000.270.33   0.14
XYZ47.431342.495433.7195
Yxy42.49540.38360.3437
Hunter Lab65.188515.797114.9635
CIE-Lab71.211120.683415.0518

#dca094 color RGB value is (220,160,148).

#dca094 hex color red value is 220, green value is 160 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #dca094 hue: 0.03 , saturation: 0.51 and the lightness value of dca094 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100000 10010100
Octal 334 240 224
Decimal 220 160 148
Hex DC A0 94

RGB Percentages of Color #dca094

%41.67
%30.30
%28.03

CMYK Percentages of Color #dca094

%0
%27
%33
%14

Triadic Colors of #dca094

#dca094 #94dca0 #a094dc

Analogous Colors of #dca094

#dca094 #dcc494 #dc94ac

Monochromatic Colors of #dca094

#dca094

Complementary Color

#dca094 #94d0dc

#dca094 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca094 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca094 Color CSS Codes

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

#dca094 Text Font Color

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

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


#dca094 Background Color

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

This div background color is #dca094


#dca094 Border Color

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

This div border color is #dca094


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca094


Comments

No comments written yet.

Please login to write comment.