Color Hex Logo

#bbc85e Color Hex

#BBC85E
(187,200,94)
0 Favorites   0 Comments

Color spaces of #bbc85e

RGB 18720094
HSL0.190.490.58
HSV67°53°78°
CMYK 0.070.000.53   0.22
XYZ43.168252.681518.4830
Yxy52.68150.37760.4608
Hunter Lab72.5820-20.855635.7092
CIE-Lab77.6866-19.484850.7895

#bbc85e color RGB value is (187,200,94).

#bbc85e hex color red value is 187, green value is 200 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #bbc85e hue: 0.19 , saturation: 0.49 and the lightness value of bbc85e is 0.58.

The process color (four color CMYK) of #bbc85e color hex is 0.07, 0.00, 0.53, 0.22. Web safe color of #bbc85e is #cccc66. Color #bbc85e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001000 01011110
Octal 273 310 136
Decimal 187 200 94
Hex BB C8 5E

RGB Percentages of Color #bbc85e

%38.88
%41.58
%19.54

CMYK Percentages of Color #bbc85e

%7
%0
%53
%22

Triadic Colors of #bbc85e

#bbc85e #5ebbc8 #c85ebb

Analogous Colors of #bbc85e

#bbc85e #86c85e #c8a05e

Monochromatic Colors of #bbc85e

#bbc85e

Complementary Color

#bbc85e #6b5ec8

#bbc85e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc85e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc85e Color CSS Codes

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

#bbc85e Text Font Color

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

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


#bbc85e Background Color

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

This div background color is #bbc85e


#bbc85e Border Color

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

This div border color is #bbc85e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc85e


Comments

No comments written yet.

Please login to write comment.