Color Hex Logo

#b2bdaa Color Hex

#B2BDAA
(178,189,170)
0 Favorites   0 Comments

Color spaces of #b2bdaa

RGB 178189170
HSL0.260.130.70
HSV95°10°74°
CMYK 0.060.000.10   0.26
XYZ43.813448.762445.1331
Yxy48.76240.31820.3541
Hunter Lab69.8301-10.206610.5603
CIE-Lab75.3033-7.30668.2974

#b2bdaa color RGB value is (178,189,170).

#b2bdaa hex color red value is 178, green value is 189 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b2bdaa hue: 0.26 , saturation: 0.13 and the lightness value of b2bdaa is 0.70.

The process color (four color CMYK) of #b2bdaa color hex is 0.06, 0.00, 0.10, 0.26. Web safe color of #b2bdaa is #99cc99. Color #b2bdaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10111101 10101010
Octal 262 275 252
Decimal 178 189 170
Hex B2 BD AA

RGB Percentages of Color #b2bdaa

%33.15
%35.20
%31.66

CMYK Percentages of Color #b2bdaa

%6
%0
%10
%26

Triadic Colors of #b2bdaa

#b2bdaa #aab2bd #bdaab2

Analogous Colors of #b2bdaa

#b2bdaa #aabdac #bcbdaa

Monochromatic Colors of #b2bdaa

#b2bdaa

Complementary Color

#b2bdaa #b5aabd

#b2bdaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2bdaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2bdaa Color CSS Codes

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

#b2bdaa Text Font Color

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

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


#b2bdaa Background Color

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

This div background color is #b2bdaa


#b2bdaa Border Color

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

This div border color is #b2bdaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2bdaa


Comments

No comments written yet.

Please login to write comment.