Color Hex Logo

#bbf27f Color Hex

#BBF27F
(187,242,127)
0 Favorites   0 Comments

Color spaces of #bbf27f

RGB 187242127
HSL0.250.820.72
HSV89°48°95°
CMYK 0.230.000.48   0.05
XYZ56.076475.601431.7157
Yxy75.60140.34320.4627
Hunter Lab86.9491-37.040239.2376
CIE-Lab89.6739-36.134149.6195

#bbf27f color RGB value is (187,242,127).

#bbf27f hex color red value is 187, green value is 242 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #bbf27f hue: 0.25 , saturation: 0.82 and the lightness value of bbf27f is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110010 01111111
Octal 273 362 177
Decimal 187 242 127
Hex BB F2 7F

RGB Percentages of Color #bbf27f

%33.63
%43.53
%22.84

CMYK Percentages of Color #bbf27f

%23
%0
%48
%5

Triadic Colors of #bbf27f

#bbf27f #7fbbf2 #f27fbb

Analogous Colors of #bbf27f

#bbf27f #82f27f #f2f07f

Monochromatic Colors of #bbf27f

#bbf27f

Complementary Color

#bbf27f #b67ff2

#bbf27f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf27f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf27f Color CSS Codes

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

#bbf27f Text Font Color

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

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


#bbf27f Background Color

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

This div background color is #bbf27f


#bbf27f Border Color

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

This div border color is #bbf27f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf27f


Comments

No comments written yet.

Please login to write comment.