Color Hex Logo

#dcb294 Color Hex

#DCB294
(220,178,148)
0 Favorites   0 Comments

Color spaces of #dcb294

RGB 220178148
HSL0.070.510.72
HSV25°33°86°
CMYK 0.000.190.33   0.14
XYZ50.780949.194634.8360
Yxy49.19460.37670.3649
Hunter Lab70.13896.491919.6495
CIE-Lab75.572211.009821.0937

#dcb294 color RGB value is (220,178,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110010 10010100
Octal 334 262 224
Decimal 220 178 148
Hex DC B2 94

RGB Percentages of Color #dcb294

%40.29
%32.60
%27.11

CMYK Percentages of Color #dcb294

%0
%19
%33
%14

Triadic Colors of #dcb294

#dcb294 #94dcb2 #b294dc

Analogous Colors of #dcb294

#dcb294 #dcd694 #dc949a

Monochromatic Colors of #dcb294

#dcb294

Complementary Color

#dcb294 #94bedc

#dcb294 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb294 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb294 Color CSS Codes

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

#dcb294 Text Font Color

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

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


#dcb294 Background Color

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

This div background color is #dcb294


#dcb294 Border Color

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

This div border color is #dcb294


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb294


Comments

No comments written yet.

Please login to write comment.