Color Hex Logo

#dcbc94 Color Hex

#DCBC94
(220,188,148)
0 Favorites   0 Comments

Color spaces of #dcbc94

RGB 220188148
HSL0.090.510.72
HSV33°33°86°
CMYK 0.000.150.33   0.14
XYZ52.843753.320235.5236
Yxy53.32020.37300.3763
Hunter Lab73.02071.390922.2707
CIE-Lab78.06375.691824.4951

#dcbc94 color RGB value is (220,188,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111100 10010100
Octal 334 274 224
Decimal 220 188 148
Hex DC BC 94

RGB Percentages of Color #dcbc94

%39.57
%33.81
%26.62

CMYK Percentages of Color #dcbc94

%0
%15
%33
%14

Triadic Colors of #dcbc94

#dcbc94 #94dcbc #bc94dc

Analogous Colors of #dcbc94

#dcbc94 #d8dc94 #dc9894

Monochromatic Colors of #dcbc94

#dcbc94

Complementary Color

#dcbc94 #94b4dc

#dcbc94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbc94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbc94 Color CSS Codes

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

#dcbc94 Text Font Color

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

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


#dcbc94 Background Color

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

This div background color is #dcbc94


#dcbc94 Border Color

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

This div border color is #dcbc94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbc94


Comments

No comments written yet.

Please login to write comment.