Color Hex Logo

#b3bdae Color Hex

#B3BDAE
(179,189,174)
0 Favorites   0 Comments

Color spaces of #b3bdae

RGB 179189174
HSL0.280.100.71
HSV100°74°
CMYK 0.050.000.08   0.26
XYZ44.428049.034947.1675
Yxy49.03490.31590.3487
Hunter Lab70.0249-9.29259.0808
CIE-Lab75.4730-6.24076.3824

#b3bdae color RGB value is (179,189,174).

#b3bdae hex color red value is 179, green value is 189 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b3bdae hue: 0.28 , saturation: 0.10 and the lightness value of b3bdae is 0.71.

The process color (four color CMYK) of #b3bdae color hex is 0.05, 0.00, 0.08, 0.26. Web safe color of #b3bdae is #cccc99. Color #b3bdae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10111101 10101110
Octal 263 275 256
Decimal 179 189 174
Hex B3 BD AE

RGB Percentages of Color #b3bdae

%33.03
%34.87
%32.10

CMYK Percentages of Color #b3bdae

%5
%0
%8
%26

Triadic Colors of #b3bdae

#b3bdae #aeb3bd #bdaeb3

Analogous Colors of #b3bdae

#b3bdae #aebdb1 #bbbdae

Monochromatic Colors of #b3bdae

#b3bdae

Complementary Color

#b3bdae #b8aebd

#b3bdae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3bdae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3bdae Color CSS Codes

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

#b3bdae Text Font Color

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

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


#b3bdae Background Color

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

This div background color is #b3bdae


#b3bdae Border Color

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

This div border color is #b3bdae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,189,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3bdae


Comments

No comments written yet.

Please login to write comment.