Color Hex Logo

#bbf29a Color Hex

#BBF29A
(187,242,154)
0 Favorites   0 Comments

Color spaces of #bbf29a

RGB 187242154
HSL0.270.770.78
HSV98°36°95°
CMYK 0.230.000.36   0.05
XYZ58.078476.402242.2579
Yxy76.40220.32860.4323
Hunter Lab87.4084-34.360532.5219
CIE-Lab90.0458-32.804536.9518

#bbf29a color RGB value is (187,242,154).

#bbf29a hex color red value is 187, green value is 242 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #bbf29a hue: 0.27 , saturation: 0.77 and the lightness value of bbf29a is 0.78.

The process color (four color CMYK) of #bbf29a color hex is 0.23, 0.00, 0.36, 0.05. Web safe color of #bbf29a is #ccff99. Color #bbf29a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110010 10011010
Octal 273 362 232
Decimal 187 242 154
Hex BB F2 9A

RGB Percentages of Color #bbf29a

%32.08
%41.51
%26.42

CMYK Percentages of Color #bbf29a

%23
%0
%36
%5

Triadic Colors of #bbf29a

#bbf29a #9abbf2 #f29abb

Analogous Colors of #bbf29a

#bbf29a #9af2a5 #e7f29a

Monochromatic Colors of #bbf29a

#bbf29a

Complementary Color

#bbf29a #d19af2

#bbf29a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf29a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf29a Color CSS Codes

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

#bbf29a Text Font Color

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

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


#bbf29a Background Color

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

This div background color is #bbf29a


#bbf29a Border Color

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

This div border color is #bbf29a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf29a


Comments

No comments written yet.

Please login to write comment.