Color Hex Logo

#dcbeaa Color Hex

#DCBEAA
(220,190,170)
0 Favorites   0 Comments

Color spaces of #dcbeaa

RGB 220190170
HSL0.070.420.76
HSV24°23°86°
CMYK 0.000.140.23   0.14
XYZ55.184454.944845.7271
Yxy54.94480.35410.3525
Hunter Lab74.12483.171315.3117
CIE-Lab79.00957.598014.0361

#dcbeaa color RGB value is (220,190,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111110 10101010
Octal 334 276 252
Decimal 220 190 170
Hex DC BE AA

RGB Percentages of Color #dcbeaa

%37.93
%32.76
%29.31

CMYK Percentages of Color #dcbeaa

%0
%14
%23
%14

Triadic Colors of #dcbeaa

#dcbeaa #aadcbe #beaadc

Analogous Colors of #dcbeaa

#dcbeaa #dcd7aa #dcaaaf

Monochromatic Colors of #dcbeaa

#dcbeaa

Complementary Color

#dcbeaa #aac8dc

#dcbeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbeaa Color CSS Codes

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

#dcbeaa Text Font Color

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

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


#dcbeaa Background Color

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

This div background color is #dcbeaa


#dcbeaa Border Color

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

This div border color is #dcbeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbeaa


Comments

No comments written yet.

Please login to write comment.