Color Hex Logo

#bbc28b Color Hex

#BBC28B
(187,194,139)
1 Favorites   0 Comments

Color spaces of #bbc28b

RGB 187194139
HSL0.190.310.65
HSV68°28°76°
CMYK 0.040.000.28   0.24
XYZ44.445551.012431.9300
Yxy51.01240.34890.4004
Hunter Lab71.4230-13.912223.4902
CIE-Lab76.6865-11.420326.9294

#bbc28b color RGB value is (187,194,139).

#bbc28b hex color red value is 187, green value is 194 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #bbc28b hue: 0.19 , saturation: 0.31 and the lightness value of bbc28b is 0.65.

The process color (four color CMYK) of #bbc28b color hex is 0.04, 0.00, 0.28, 0.24. Web safe color of #bbc28b is #cccc99. Color #bbc28b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000010 10001011
Octal 273 302 213
Decimal 187 194 139
Hex BB C2 8B

RGB Percentages of Color #bbc28b

%35.96
%37.31
%26.73

CMYK Percentages of Color #bbc28b

%4
%0
%28
%24

Triadic Colors of #bbc28b

#bbc28b #8bbbc2 #c28bbb

Analogous Colors of #bbc28b

#bbc28b #a0c28b #c2ae8b

Monochromatic Colors of #bbc28b

#bbc28b

Complementary Color

#bbc28b #928bc2

#bbc28b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc28b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc28b Color CSS Codes

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

#bbc28b Text Font Color

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

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


#bbc28b Background Color

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

This div background color is #bbc28b


#bbc28b Border Color

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

This div border color is #bbc28b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc28b


Comments

No comments written yet.

Please login to write comment.