Color Hex Logo

#bbc55e Color Hex

#BBC55E
(187,197,94)
0 Favorites   0 Comments

Color spaces of #bbc55e

RGB 18719794
HSL0.180.470.57
HSV66°52°77°
CMYK 0.050.000.52   0.23
XYZ42.480151.305518.2537
Yxy51.30550.37920.4579
Hunter Lab71.6279-19.486335.0300
CIE-Lab76.8637-17.990949.8306

#bbc55e color RGB value is (187,197,94).

#bbc55e hex color red value is 187, green value is 197 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #bbc55e hue: 0.18 , saturation: 0.47 and the lightness value of bbc55e is 0.57.

The process color (four color CMYK) of #bbc55e color hex is 0.05, 0.00, 0.52, 0.23. Web safe color of #bbc55e is #cccc66. Color #bbc55e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000101 01011110
Octal 273 305 136
Decimal 187 197 94
Hex BB C5 5E

RGB Percentages of Color #bbc55e

%39.12
%41.21
%19.67

CMYK Percentages of Color #bbc55e

%5
%0
%52
%23

Triadic Colors of #bbc55e

#bbc55e #5ebbc5 #c55ebb

Analogous Colors of #bbc55e

#bbc55e #88c55e #c59c5e

Monochromatic Colors of #bbc55e

#bbc55e

Complementary Color

#bbc55e #685ec5

#bbc55e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc55e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc55e Color CSS Codes

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

#bbc55e Text Font Color

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

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


#bbc55e Background Color

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

This div background color is #bbc55e


#bbc55e Border Color

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

This div border color is #bbc55e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc55e


Comments

No comments written yet.

Please login to write comment.