Color Hex Logo

#bbf85e Color Hex

#BBF85E
(187,248,94)
0 Favorites   0 Comments

Color spaces of #bbf85e

RGB 18724894
HSL0.230.920.67
HSV84°62°97°
CMYK 0.250.000.62   0.03
XYZ56.081378.507822.7874
Yxy78.50780.35640.4989
Hunter Lab88.6046-42.078546.7750
CIE-Lab91.0111-41.885665.7589

#bbf85e color RGB value is (187,248,94).

#bbf85e hex color red value is 187, green value is 248 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #bbf85e hue: 0.23 , saturation: 0.92 and the lightness value of bbf85e is 0.67.

The process color (four color CMYK) of #bbf85e color hex is 0.25, 0.00, 0.62, 0.03. Web safe color of #bbf85e is #ccff66. Color #bbf85e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111000 01011110
Octal 273 370 136
Decimal 187 248 94
Hex BB F8 5E

RGB Percentages of Color #bbf85e

%35.35
%46.88
%17.77

CMYK Percentages of Color #bbf85e

%25
%0
%62
%3

Triadic Colors of #bbf85e

#bbf85e #5ebbf8 #f85ebb

Analogous Colors of #bbf85e

#bbf85e #6ef85e #f8e85e

Monochromatic Colors of #bbf85e

#bbf85e

Complementary Color

#bbf85e #9b5ef8

#bbf85e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf85e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf85e Color CSS Codes

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

#bbf85e Text Font Color

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

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


#bbf85e Background Color

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

This div background color is #bbf85e


#bbf85e Border Color

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

This div border color is #bbf85e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf85e


Comments

No comments written yet.

Please login to write comment.