Color Hex Logo

#dcbfab Color Hex

#DCBFAB
(220,191,171)
0 Favorites   0 Comments

Color spaces of #dcbfab

RGB 220191171
HSL0.070.410.77
HSV24°22°86°
CMYK 0.000.130.22   0.14
XYZ55.496755.417546.2997
Yxy55.41750.35300.3525
Hunter Lab74.44292.795415.2347
CIE-Lab79.28117.212413.8819

#dcbfab color RGB value is (220,191,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111111 10101011
Octal 334 277 253
Decimal 220 191 171
Hex DC BF AB

RGB Percentages of Color #dcbfab

%37.80
%32.82
%29.38

CMYK Percentages of Color #dcbfab

%0
%13
%22
%14

Triadic Colors of #dcbfab

#dcbfab #abdcbf #bfabdc

Analogous Colors of #dcbfab

#dcbfab #dcd8ab #dcabb0

Monochromatic Colors of #dcbfab

#dcbfab

Complementary Color

#dcbfab #abc8dc

#dcbfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbfab Color CSS Codes

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

#dcbfab Text Font Color

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

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


#dcbfab Background Color

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

This div background color is #dcbfab


#dcbfab Border Color

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

This div border color is #dcbfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbfab


Comments

No comments written yet.

Please login to write comment.