Color Hex Logo

#b3bb83 Color Hex

#B3BB83
(179,187,131)
0 Favorites   0 Comments

Color spaces of #b3bb83

RGB 179187131
HSL0.190.290.62
HSV69°30°73°
CMYK 0.040.000.30   0.27
XYZ40.457546.763028.3666
Yxy46.76300.35000.4046
Hunter Lab68.3835-14.065723.2740
CIE-Lab74.0379-11.977027.5021

#b3bb83 color RGB value is (179,187,131).

#b3bb83 hex color red value is 179, green value is 187 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #b3bb83 hue: 0.19 , saturation: 0.29 and the lightness value of b3bb83 is 0.62.

The process color (four color CMYK) of #b3bb83 color hex is 0.04, 0.00, 0.30, 0.27. Web safe color of #b3bb83 is #cccc99. Color #b3bb83 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10111011 10000011
Octal 263 273 203
Decimal 179 187 131
Hex B3 BB 83

RGB Percentages of Color #b3bb83

%36.02
%37.63
%26.36

CMYK Percentages of Color #b3bb83

%4
%0
%30
%27

Triadic Colors of #b3bb83

#b3bb83 #83b3bb #bb83b3

Analogous Colors of #b3bb83

#b3bb83 #97bb83 #bba783

Monochromatic Colors of #b3bb83

#b3bb83

Complementary Color

#b3bb83 #8b83bb

#b3bb83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3bb83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3bb83 Color CSS Codes

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

#b3bb83 Text Font Color

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

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


#b3bb83 Background Color

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

This div background color is #b3bb83


#b3bb83 Border Color

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

This div border color is #b3bb83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3bb83


Comments

No comments written yet.

Please login to write comment.