Color Hex Logo

#bbe54c Color Hex

#BBE54C
(187,229,76)
0 Favorites   0 Comments

Color spaces of #bbe54c

RGB 18722976
HSL0.210.750.60
HSV76°67°90°
CMYK 0.180.000.67   0.10
XYZ49.817367.125217.1683
Yxy67.12520.37150.5005
Hunter Lab81.9300-34.841044.9269
CIE-Lab85.5671-34.654367.0672

#bbe54c color RGB value is (187,229,76).

#bbe54c hex color red value is 187, green value is 229 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #bbe54c hue: 0.21 , saturation: 0.75 and the lightness value of bbe54c is 0.60.

The process color (four color CMYK) of #bbe54c color hex is 0.18, 0.00, 0.67, 0.10. Web safe color of #bbe54c is #cccc33. Color #bbe54c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100101 01001100
Octal 273 345 114
Decimal 187 229 76
Hex BB E5 4C

RGB Percentages of Color #bbe54c

%38.01
%46.54
%15.45

CMYK Percentages of Color #bbe54c

%18
%0
%67
%10

Triadic Colors of #bbe54c

#bbe54c #4cbbe5 #e54cbb

Analogous Colors of #bbe54c

#bbe54c #6fe54c #e5c34c

Monochromatic Colors of #bbe54c

#bbe54c

Complementary Color

#bbe54c #764ce5

#bbe54c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe54c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe54c Color CSS Codes

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

#bbe54c Text Font Color

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

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


#bbe54c Background Color

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

This div background color is #bbe54c


#bbe54c Border Color

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

This div border color is #bbe54c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe54c


Comments

No comments written yet.

Please login to write comment.