Color Hex Logo

#dcbeab Color Hex

#DCBEAB
(220,190,171)
0 Favorites   0 Comments

Color spaces of #dcbeab

RGB 220190171
HSL0.060.410.77
HSV23°22°86°
CMYK 0.000.140.22   0.14
XYZ55.279354.982846.2273
Yxy54.98280.35320.3514
Hunter Lab74.15043.309014.9423
CIE-Lab79.03147.742613.5297

#dcbeab color RGB value is (220,190,171).

#dcbeab hex color red value is 220, green value is 190 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #dcbeab hue: 0.06 , saturation: 0.41 and the lightness value of dcbeab is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111110 10101011
Octal 334 276 253
Decimal 220 190 171
Hex DC BE AB

RGB Percentages of Color #dcbeab

%37.87
%32.70
%29.43

CMYK Percentages of Color #dcbeab

%0
%14
%22
%14

Triadic Colors of #dcbeab

#dcbeab #abdcbe #beabdc

Analogous Colors of #dcbeab

#dcbeab #dcd7ab #dcabb1

Monochromatic Colors of #dcbeab

#dcbeab

Complementary Color

#dcbeab #abc9dc

#dcbeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbeab Color CSS Codes

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

#dcbeab Text Font Color

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

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


#dcbeab Background Color

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

This div background color is #dcbeab


#dcbeab Border Color

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

This div border color is #dcbeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbeab


Comments

No comments written yet.

Please login to write comment.