Color Hex Logo

#dcb894 Color Hex

#DCB894
(220,184,148)
0 Favorites   0 Comments

Color spaces of #dcb894

RGB 220184148
HSL0.080.510.72
HSV30°33°86°
CMYK 0.000.160.33   0.14
XYZ52.001051.634735.2427
Yxy51.63470.37440.3718
Hunter Lab71.85733.424921.2211
CIE-Lab77.06197.812623.1318

#dcb894 color RGB value is (220,184,148).

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

The process color (four color CMYK) of #dcb894 color hex is 0.00, 0.16, 0.33, 0.14. Web safe color of #dcb894 is #cccc99. Color #dcb894 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111000 10010100
Octal 334 270 224
Decimal 220 184 148
Hex DC B8 94

RGB Percentages of Color #dcb894

%39.86
%33.33
%26.81

CMYK Percentages of Color #dcb894

%0
%16
%33
%14

Triadic Colors of #dcb894

#dcb894 #94dcb8 #b894dc

Analogous Colors of #dcb894

#dcb894 #dcdc94 #dc9494

Monochromatic Colors of #dcb894

#dcb894

Complementary Color

#dcb894 #94b8dc

#dcb894 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb894 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb894 Color CSS Codes

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

#dcb894 Text Font Color

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

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


#dcb894 Background Color

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

This div background color is #dcb894


#dcb894 Border Color

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

This div border color is #dcb894


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb894


Comments

No comments written yet.

Please login to write comment.