Color Hex Logo

#b59cad Color Hex

#B59CAD
(181,156,173)
0 Favorites   0 Comments

Color spaces of #b59cad

RGB 181156173
HSL0.890.140.66
HSV319°14°71°
CMYK 0.000.140.04   0.29
XYZ38.487336.617844.5746
Yxy36.61780.32160.3060
Hunter Lab60.51267.6326-1.3151
CIE-Lab66.989312.1978-5.4193

#b59cad color RGB value is (181,156,173).

#b59cad hex color red value is 181, green value is 156 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b59cad hue: 0.89 , saturation: 0.14 and the lightness value of b59cad is 0.66.

The process color (four color CMYK) of #b59cad color hex is 0.00, 0.14, 0.04, 0.29. Web safe color of #b59cad is #cc9999. Color #b59cad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10011100 10101101
Octal 265 234 255
Decimal 181 156 173
Hex B5 9C AD

RGB Percentages of Color #b59cad

%35.49
%30.59
%33.92

CMYK Percentages of Color #b59cad

%0
%14
%4
%29

Triadic Colors of #b59cad

#b59cad #adb59c #9cadb5

Analogous Colors of #b59cad

#b59cad #b59ca1 #b19cb5

Monochromatic Colors of #b59cad

#b59cad

Complementary Color

#b59cad #9cb5a4

#b59cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b59cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b59cad Color CSS Codes

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

#b59cad Text Font Color

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

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


#b59cad Background Color

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

This div background color is #b59cad


#b59cad Border Color

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

This div border color is #b59cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b59cad


Comments

No comments written yet.

Please login to write comment.