Color Hex Logo

#dcb094 Color Hex

#DCB094
(220,176,148)
0 Favorites   0 Comments

Color spaces of #dcb094

RGB 220176148
HSL0.060.510.72
HSV23°33°86°
CMYK 0.000.200.33   0.14
XYZ50.385848.404434.7043
Yxy48.40440.37740.3626
Hunter Lab69.57337.518619.1265
CIE-Lab75.079312.079720.4164

#dcb094 color RGB value is (220,176,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110000 10010100
Octal 334 260 224
Decimal 220 176 148
Hex DC B0 94

RGB Percentages of Color #dcb094

%40.44
%32.35
%27.21

CMYK Percentages of Color #dcb094

%0
%20
%33
%14

Triadic Colors of #dcb094

#dcb094 #94dcb0 #b094dc

Analogous Colors of #dcb094

#dcb094 #dcd494 #dc949c

Monochromatic Colors of #dcb094

#dcb094

Complementary Color

#dcb094 #94c0dc

#dcb094 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb094 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb094 Color CSS Codes

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

#dcb094 Text Font Color

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

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


#dcb094 Background Color

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

This div background color is #dcb094


#dcb094 Border Color

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

This div border color is #dcb094


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb094


Comments

No comments written yet.

Please login to write comment.