Color Hex Logo

#dcb5ba Color Hex

#DCB5BA
(220,181,186)
0 Favorites   0 Comments

Color spaces of #dcb5ba

RGB 220181186
HSL0.980.360.79
HSV352°18°86°
CMYK 0.000.180.15   0.14
XYZ54.902051.808653.5608
Yxy51.80860.34260.3233
Hunter Lab71.978210.19066.2655
CIE-Lab77.166214.83022.7520

#dcb5ba color RGB value is (220,181,186).

#dcb5ba hex color red value is 220, green value is 181 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #dcb5ba hue: 0.98 , saturation: 0.36 and the lightness value of dcb5ba is 0.79.

The process color (four color CMYK) of #dcb5ba color hex is 0.00, 0.18, 0.15, 0.14. Web safe color of #dcb5ba is #cccccc. Color #dcb5ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110101 10111010
Octal 334 265 272
Decimal 220 181 186
Hex DC B5 BA

RGB Percentages of Color #dcb5ba

%37.48
%30.83
%31.69

CMYK Percentages of Color #dcb5ba

%0
%18
%15
%14

Triadic Colors of #dcb5ba

#dcb5ba #badcb5 #b5badc

Analogous Colors of #dcb5ba

#dcb5ba #dcc4b5 #dcb5ce

Monochromatic Colors of #dcb5ba

#dcb5ba

Complementary Color

#dcb5ba #b5dcd7

#dcb5ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb5ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb5ba Color CSS Codes

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

#dcb5ba Text Font Color

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

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


#dcb5ba Background Color

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

This div background color is #dcb5ba


#dcb5ba Border Color

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

This div border color is #dcb5ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb5ba


Comments

No comments written yet.

Please login to write comment.