Color Hex Logo

#bbc07e Color Hex

#BBC07E
(187,192,126)
0 Favorites   0 Comments

Color spaces of #bbc07e

RGB 187192126
HSL0.180.340.62
HSV65°34°75°
CMYK 0.030.000.34   0.25
XYZ43.109049.770427.0732
Yxy49.77040.35940.4149
Hunter Lab70.5481-14.385426.6309
CIE-Lab75.9281-12.081032.7327

#bbc07e color RGB value is (187,192,126).

#bbc07e hex color red value is 187, green value is 192 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #bbc07e hue: 0.18 , saturation: 0.34 and the lightness value of bbc07e is 0.62.

The process color (four color CMYK) of #bbc07e color hex is 0.03, 0.00, 0.34, 0.25. Web safe color of #bbc07e is #cccc66. Color #bbc07e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000000 01111110
Octal 273 300 176
Decimal 187 192 126
Hex BB C0 7E

RGB Percentages of Color #bbc07e

%37.03
%38.02
%24.95

CMYK Percentages of Color #bbc07e

%3
%0
%34
%25

Triadic Colors of #bbc07e

#bbc07e #7ebbc0 #c07ebb

Analogous Colors of #bbc07e

#bbc07e #9ac07e #c0a47e

Monochromatic Colors of #bbc07e

#bbc07e

Complementary Color

#bbc07e #837ec0

#bbc07e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc07e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc07e Color CSS Codes

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

#bbc07e Text Font Color

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

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


#bbc07e Background Color

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

This div background color is #bbc07e


#bbc07e Border Color

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

This div border color is #bbc07e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc07e


Comments

No comments written yet.

Please login to write comment.