Color Hex Logo

#bbf38a Color Hex

#BBF38A
(187,243,138)
0 Favorites   0 Comments

Color spaces of #bbf38a

RGB 187243138
HSL0.260.810.75
HSV92°43°95°
CMYK 0.230.000.43   0.05
XYZ57.131676.501035.7998
Yxy76.50100.33720.4515
Hunter Lab87.4649-36.468236.9577
CIE-Lab90.0914-35.319744.8767

#bbf38a color RGB value is (187,243,138).

#bbf38a hex color red value is 187, green value is 243 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #bbf38a hue: 0.26 , saturation: 0.81 and the lightness value of bbf38a is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110011 10001010
Octal 273 363 212
Decimal 187 243 138
Hex BB F3 8A

RGB Percentages of Color #bbf38a

%32.92
%42.78
%24.30

CMYK Percentages of Color #bbf38a

%23
%0
%43
%5

Triadic Colors of #bbf38a

#bbf38a #8abbf3 #f38abb

Analogous Colors of #bbf38a

#bbf38a #8af38e #f0f38a

Monochromatic Colors of #bbf38a

#bbf38a

Complementary Color

#bbf38a #c28af3

#bbf38a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf38a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf38a Color CSS Codes

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

#bbf38a Text Font Color

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

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


#bbf38a Background Color

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

This div background color is #bbf38a


#bbf38a Border Color

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

This div border color is #bbf38a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf38a

#bbf38a Color Palettes


Comments

No comments written yet.

Please login to write comment.