Color Hex Logo

#b5acad Color Hex

#B5ACAD
(181,172,173)
0 Favorites   0 Comments

Color spaces of #b5acad

RGB 181172173
HSL0.980.060.69
HSV353°71°
CMYK 0.000.050.04   0.29
XYZ41.351442.345945.5293
Yxy42.34590.32000.3277
Hunter Lab65.0737-0.45044.0689
CIE-Lab71.10873.39870.6304

#b5acad color RGB value is (181,172,173).

#b5acad hex color red value is 181, green value is 172 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b5acad hue: 0.98 , saturation: 0.06 and the lightness value of b5acad is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10101100 10101101
Octal 265 254 255
Decimal 181 172 173
Hex B5 AC AD

RGB Percentages of Color #b5acad

%34.41
%32.70
%32.89

CMYK Percentages of Color #b5acad

%0
%5
%4
%29

Triadic Colors of #b5acad

#b5acad #adb5ac #acadb5

Analogous Colors of #b5acad

#b5acad #b5b0ac #b5acb2

Monochromatic Colors of #b5acad

#b5acad

Complementary Color

#b5acad #acb5b4

#b5acad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5acad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5acad Color CSS Codes

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

#b5acad Text Font Color

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

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


#b5acad Background Color

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

This div background color is #b5acad


#b5acad Border Color

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

This div border color is #b5acad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5acad


Comments

No comments written yet.

Please login to write comment.