Color Hex Logo

#bbf25e Color Hex

#BBF25E
(187,242,94)
0 Favorites   0 Comments

Color spaces of #bbf25e

RGB 18724294
HSL0.230.850.66
HSV82°61°95°
CMYK 0.230.000.61   0.05
XYZ54.266074.877222.1823
Yxy74.87720.35860.4948
Hunter Lab86.5316-39.488845.3732
CIE-Lab89.3354-39.237463.9303

#bbf25e color RGB value is (187,242,94).

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

The process color (four color CMYK) of #bbf25e color hex is 0.23, 0.00, 0.61, 0.05. Web safe color of #bbf25e is #ccff66. Color #bbf25e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110010 01011110
Octal 273 362 136
Decimal 187 242 94
Hex BB F2 5E

RGB Percentages of Color #bbf25e

%35.76
%46.27
%17.97

CMYK Percentages of Color #bbf25e

%23
%0
%61
%5

Triadic Colors of #bbf25e

#bbf25e #5ebbf2 #f25ebb

Analogous Colors of #bbf25e

#bbf25e #71f25e #f2df5e

Monochromatic Colors of #bbf25e

#bbf25e

Complementary Color

#bbf25e #955ef2

#bbf25e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf25e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf25e Color CSS Codes

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

#bbf25e Text Font Color

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

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


#bbf25e Background Color

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

This div background color is #bbf25e


#bbf25e Border Color

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

This div border color is #bbf25e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf25e


Comments

No comments written yet.

Please login to write comment.