Color Hex Logo

#bbf84a Color Hex

#BBF84A
(187,248,74)
0 Favorites   0 Comments

Color spaces of #bbf84a

RGB 18724874
HSL0.230.930.63
HSV81°70°97°
CMYK 0.250.000.70   0.03
XYZ55.296978.194018.6571
Yxy78.19400.36340.5139
Hunter Lab88.4274-43.125349.3897
CIE-Lab90.8684-43.234673.1701

#bbf84a color RGB value is (187,248,74).

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

The process color (four color CMYK) of #bbf84a color hex is 0.25, 0.00, 0.70, 0.03. Web safe color of #bbf84a is #ccff33. Color #bbf84a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111000 01001010
Octal 273 370 112
Decimal 187 248 74
Hex BB F8 4A

RGB Percentages of Color #bbf84a

%36.74
%48.72
%14.54

CMYK Percentages of Color #bbf84a

%25
%0
%70
%3

Triadic Colors of #bbf84a

#bbf84a #4abbf8 #f84abb

Analogous Colors of #bbf84a

#bbf84a #64f84a #f8de4a

Monochromatic Colors of #bbf84a

#bbf84a

Complementary Color

#bbf84a #874af8

#bbf84a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf84a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf84a Color CSS Codes

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

#bbf84a Text Font Color

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

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


#bbf84a Background Color

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

This div background color is #bbf84a


#bbf84a Border Color

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

This div border color is #bbf84a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf84a


Comments

No comments written yet.

Please login to write comment.