Color Hex Logo

#bbf97c Color Hex

#BBF97C
(187,249,124)
0 Favorites   0 Comments

Color spaces of #bbf97c

RGB 187249124
HSL0.250.910.73
HSV90°50°98°
CMYK 0.250.000.50   0.02
XYZ58.007379.771431.4089
Yxy79.77140.34290.4715
Hunter Lab89.3148-40.370641.6702
CIE-Lab91.5822-39.600353.3385

#bbf97c color RGB value is (187,249,124).

#bbf97c hex color red value is 187, green value is 249 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #bbf97c hue: 0.25 , saturation: 0.91 and the lightness value of bbf97c is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111001 01111100
Octal 273 371 174
Decimal 187 249 124
Hex BB F9 7C

RGB Percentages of Color #bbf97c

%33.39
%44.46
%22.14

CMYK Percentages of Color #bbf97c

%25
%0
%50
%2

Triadic Colors of #bbf97c

#bbf97c #7cbbf9 #f97cbb

Analogous Colors of #bbf97c

#bbf97c #7df97c #f9f97c

Monochromatic Colors of #bbf97c

#bbf97c

Complementary Color

#bbf97c #ba7cf9

#bbf97c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf97c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf97c Color CSS Codes

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

#bbf97c Text Font Color

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

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


#bbf97c Background Color

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

This div background color is #bbf97c


#bbf97c Border Color

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

This div border color is #bbf97c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf97c


Comments

No comments written yet.

Please login to write comment.