Color Hex Logo

#bbf38f Color Hex

#BBF38F
(187,243,143)
0 Favorites   0 Comments

Color spaces of #bbf38f

RGB 187243143
HSL0.260.810.76
HSV94°41°95°
CMYK 0.230.000.41   0.05
XYZ57.502076.649137.7507
Yxy76.64910.33450.4459
Hunter Lab87.5495-35.973835.7192
CIE-Lab90.1599-34.704642.5314

#bbf38f color RGB value is (187,243,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110011 10001111
Octal 273 363 217
Decimal 187 243 143
Hex BB F3 8F

RGB Percentages of Color #bbf38f

%32.64
%42.41
%24.96

CMYK Percentages of Color #bbf38f

%23
%0
%41
%5

Triadic Colors of #bbf38f

#bbf38f #8fbbf3 #f38fbb

Analogous Colors of #bbf38f

#bbf38f #8ff395 #edf38f

Monochromatic Colors of #bbf38f

#bbf38f

Complementary Color

#bbf38f #c78ff3

#bbf38f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf38f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf38f Color CSS Codes

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

#bbf38f Text Font Color

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

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


#bbf38f Background Color

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

This div background color is #bbf38f


#bbf38f Border Color

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

This div border color is #bbf38f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf38f


Comments

No comments written yet.

Please login to write comment.