Color Hex Logo

#bbf95c Color Hex

#BBF95C
(187,249,92)
0 Favorites   0 Comments

Color spaces of #bbf95c

RGB 18724992
HSL0.230.930.67
HSV84°63°98°
CMYK 0.250.000.63   0.02
XYZ56.301079.088922.4235
Yxy79.08890.35680.5012
Hunter Lab88.9319-42.626247.3028
CIE-Lab91.2745-42.473966.8485

#bbf95c color RGB value is (187,249,92).

#bbf95c hex color red value is 187, green value is 249 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #bbf95c hue: 0.23 , saturation: 0.93 and the lightness value of bbf95c is 0.67.

The process color (four color CMYK) of #bbf95c color hex is 0.25, 0.00, 0.63, 0.02. Web safe color of #bbf95c is #ccff66. Color #bbf95c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111001 01011100
Octal 273 371 134
Decimal 187 249 92
Hex BB F9 5C

RGB Percentages of Color #bbf95c

%35.42
%47.16
%17.42

CMYK Percentages of Color #bbf95c

%25
%0
%63
%2

Triadic Colors of #bbf95c

#bbf95c #5cbbf9 #f95cbb

Analogous Colors of #bbf95c

#bbf95c #6df95c #f9e95c

Monochromatic Colors of #bbf95c

#bbf95c

Complementary Color

#bbf95c #9a5cf9

#bbf95c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf95c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf95c Color CSS Codes

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

#bbf95c Text Font Color

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

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


#bbf95c Background Color

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

This div background color is #bbf95c


#bbf95c Border Color

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

This div border color is #bbf95c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf95c


Comments

No comments written yet.

Please login to write comment.