Color Hex Logo

#bbf095 Color Hex

#BBF095
(187,240,149)
0 Favorites   0 Comments

Color spaces of #bbf095

RGB 187240149
HSL0.260.750.76
HSV95°38°94°
CMYK 0.220.000.38   0.06
XYZ57.078475.054939.9125
Yxy75.05490.33180.4362
Hunter Lab86.6342-34.006333.3290
CIE-Lab89.4187-32.550938.6212

#bbf095 color RGB value is (187,240,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110000 10010101
Octal 273 360 225
Decimal 187 240 149
Hex BB F0 95

RGB Percentages of Color #bbf095

%32.47
%41.67
%25.87

CMYK Percentages of Color #bbf095

%22
%0
%38
%6

Triadic Colors of #bbf095

#bbf095 #95bbf0 #f095bb

Analogous Colors of #bbf095

#bbf095 #95f09d #e9f095

Monochromatic Colors of #bbf095

#bbf095

Complementary Color

#bbf095 #ca95f0

#bbf095 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf095 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf095 Color CSS Codes

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

#bbf095 Text Font Color

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

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


#bbf095 Background Color

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

This div background color is #bbf095


#bbf095 Border Color

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

This div border color is #bbf095


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf095


Comments

No comments written yet.

Please login to write comment.