Color Hex Logo

#dcbea7 Color Hex

#DCBEA7
(220,190,167)
0 Favorites   0 Comments

Color spaces of #dcbea7

RGB 220190167
HSL0.070.430.76
HSV26°24°86°
CMYK 0.000.140.24   0.14
XYZ54.903754.832644.2492
Yxy54.83260.35660.3561
Hunter Lab74.04902.763116.4046
CIE-Lab78.94477.168515.5558

#dcbea7 color RGB value is (220,190,167).

#dcbea7 hex color red value is 220, green value is 190 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #dcbea7 hue: 0.07 , saturation: 0.43 and the lightness value of dcbea7 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111110 10100111
Octal 334 276 247
Decimal 220 190 167
Hex DC BE A7

RGB Percentages of Color #dcbea7

%38.13
%32.93
%28.94

CMYK Percentages of Color #dcbea7

%0
%14
%24
%14

Triadic Colors of #dcbea7

#dcbea7 #a7dcbe #bea7dc

Analogous Colors of #dcbea7

#dcbea7 #dcd9a7 #dca7ab

Monochromatic Colors of #dcbea7

#dcbea7

Complementary Color

#dcbea7 #a7c5dc

#dcbea7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbea7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbea7 Color CSS Codes

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

#dcbea7 Text Font Color

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

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


#dcbea7 Background Color

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

This div background color is #dcbea7


#dcbea7 Border Color

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

This div border color is #dcbea7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbea7


Comments

No comments written yet.

Please login to write comment.