Color Hex Logo

#bbf094 Color Hex

#BBF094
(187,240,148)
0 Favorites   0 Comments

Color spaces of #bbf094

RGB 187240148
HSL0.260.750.76
HSV95°38°94°
CMYK 0.220.000.38   0.06
XYZ56.998975.023139.4937
Yxy75.02310.33230.4374
Hunter Lab86.6159-34.113133.5970
CIE-Lab89.4038-32.682739.0980

#bbf094 color RGB value is (187,240,148).

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

The process color (four color CMYK) of #bbf094 color hex is 0.22, 0.00, 0.38, 0.06. Web safe color of #bbf094 is #ccff99. Color #bbf094 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110000 10010100
Octal 273 360 224
Decimal 187 240 148
Hex BB F0 94

RGB Percentages of Color #bbf094

%32.52
%41.74
%25.74

CMYK Percentages of Color #bbf094

%22
%0
%38
%6

Triadic Colors of #bbf094

#bbf094 #94bbf0 #f094bb

Analogous Colors of #bbf094

#bbf094 #94f09b #e9f094

Monochromatic Colors of #bbf094

#bbf094

Complementary Color

#bbf094 #c994f0

#bbf094 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf094 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf094 Color CSS Codes

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

#bbf094 Text Font Color

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

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


#bbf094 Background Color

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

This div background color is #bbf094


#bbf094 Border Color

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

This div border color is #bbf094


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf094


Comments

No comments written yet.

Please login to write comment.