Color Hex Logo

#bbd15e Color Hex

#BBD15E
(187,209,94)
0 Favorites   0 Comments

Color spaces of #bbd15e

RGB 18720994
HSL0.200.560.59
HSV71°55°82°
CMYK 0.110.000.55   0.18
XYZ45.314456.973919.1984
Yxy56.97390.37300.4690
Hunter Lab75.4811-24.930937.7565
CIE-Lab80.1649-23.900653.6518

#bbd15e color RGB value is (187,209,94).

#bbd15e hex color red value is 187, green value is 209 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #bbd15e hue: 0.20 , saturation: 0.56 and the lightness value of bbd15e is 0.59.

The process color (four color CMYK) of #bbd15e color hex is 0.11, 0.00, 0.55, 0.18. Web safe color of #bbd15e is #cccc66. Color #bbd15e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010001 01011110
Octal 273 321 136
Decimal 187 209 94
Hex BB D1 5E

RGB Percentages of Color #bbd15e

%38.16
%42.65
%19.18

CMYK Percentages of Color #bbd15e

%11
%0
%55
%18

Triadic Colors of #bbd15e

#bbd15e #5ebbd1 #d15ebb

Analogous Colors of #bbd15e

#bbd15e #82d15e #d1ae5e

Monochromatic Colors of #bbd15e

#bbd15e

Complementary Color

#bbd15e #745ed1

#bbd15e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd15e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd15e Color CSS Codes

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

#bbd15e Text Font Color

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

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


#bbd15e Background Color

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

This div background color is #bbd15e


#bbd15e Border Color

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

This div border color is #bbd15e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,209,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 #bbd15e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd15e


Comments

No comments written yet.

Please login to write comment.