Color Hex Logo

#b0b4ae Color Hex

#B0B4AE
(176,180,174)
0 Favorites   0 Comments

Color spaces of #b0b4ae

RGB 176180174
HSL0.280.040.69
HSV100°71°
CMYK 0.020.000.03   0.29
XYZ41.865744.928646.5099
Yxy44.92860.31410.3370
Hunter Lab67.0288-5.81065.7801
CIE-Lab72.8449-2.52032.5576

#b0b4ae color RGB value is (176,180,174).

#b0b4ae hex color red value is 176, green value is 180 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b0b4ae hue: 0.28 , saturation: 0.04 and the lightness value of b0b4ae is 0.69.

The process color (four color CMYK) of #b0b4ae color hex is 0.02, 0.00, 0.03, 0.29. Web safe color of #b0b4ae is #99cc99. Color #b0b4ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10110100 10101110
Octal 260 264 256
Decimal 176 180 174
Hex B0 B4 AE

RGB Percentages of Color #b0b4ae

%33.21
%33.96
%32.83

CMYK Percentages of Color #b0b4ae

%2
%0
%3
%29

Triadic Colors of #b0b4ae

#b0b4ae #aeb0b4 #b4aeb0

Analogous Colors of #b0b4ae

#b0b4ae #aeb4af #b3b4ae

Monochromatic Colors of #b0b4ae

#b0b4ae

Complementary Color

#b0b4ae #b2aeb4

#b0b4ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0b4ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0b4ae Color CSS Codes

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

#b0b4ae Text Font Color

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

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


#b0b4ae Background Color

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

This div background color is #b0b4ae


#b0b4ae Border Color

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

This div border color is #b0b4ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0b4ae


Comments

No comments written yet.

Please login to write comment.