Color Hex Logo

#b0bdad Color Hex

#B0BDAD
(176,189,173)
0 Favorites   0 Comments

Color spaces of #b0bdad

RGB 176189173
HSL0.300.110.71
HSV109°74°
CMYK 0.070.000.08   0.26
XYZ43.644948.642446.6238
Yxy48.64240.31420.3502
Hunter Lab69.7441-10.34939.1856
CIE-Lab75.2283-7.47936.5442

#b0bdad color RGB value is (176,189,173).

#b0bdad hex color red value is 176, green value is 189 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b0bdad hue: 0.30 , saturation: 0.11 and the lightness value of b0bdad is 0.71.

The process color (four color CMYK) of #b0bdad color hex is 0.07, 0.00, 0.08, 0.26. Web safe color of #b0bdad is #99cc99. Color #b0bdad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10111101 10101101
Octal 260 275 255
Decimal 176 189 173
Hex B0 BD AD

RGB Percentages of Color #b0bdad

%32.71
%35.13
%32.16

CMYK Percentages of Color #b0bdad

%7
%0
%8
%26

Triadic Colors of #b0bdad

#b0bdad #adb0bd #bdadb0

Analogous Colors of #b0bdad

#b0bdad #adbdb2 #b8bdad

Monochromatic Colors of #b0bdad

#b0bdad

Complementary Color

#b0bdad #baadbd

#b0bdad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0bdad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0bdad Color CSS Codes

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

#b0bdad Text Font Color

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

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


#b0bdad Background Color

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

This div background color is #b0bdad


#b0bdad Border Color

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

This div border color is #b0bdad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0bdad


Comments

No comments written yet.

Please login to write comment.