Color Hex Logo

#bbf918 Color Hex

#BBF918
(187,249,24)
0 Favorites   0 Comments

Color spaces of #bbf918

RGB 18724924
HSL0.210.950.54
HSV77°90°98°
CMYK 0.250.000.90   0.02
XYZ54.534178.382113.1192
Yxy78.38210.37340.5367
Hunter Lab88.5337-44.983253.1878
CIE-Lab90.9540-45.531985.6211

#bbf918 color RGB value is (187,249,24).

#bbf918 hex color red value is 187, green value is 249 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #bbf918 hue: 0.21 , saturation: 0.95 and the lightness value of bbf918 is 0.54.

The process color (four color CMYK) of #bbf918 color hex is 0.25, 0.00, 0.90, 0.02. Web safe color of #bbf918 is #ccff00. Color #bbf918 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111001 00011000
Octal 273 371 30
Decimal 187 249 24
Hex BB F9 18

RGB Percentages of Color #bbf918

%40.65
%54.13
%5.22

CMYK Percentages of Color #bbf918

%25
%0
%90
%2

Triadic Colors of #bbf918

#bbf918 #18bbf9 #f918bb

Analogous Colors of #bbf918

#bbf918 #4bf918 #f9c718

Monochromatic Colors of #bbf918

#bbf918

Complementary Color

#bbf918 #5618f9

#bbf918 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf918 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf918 Color CSS Codes

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

#bbf918 Text Font Color

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

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


#bbf918 Background Color

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

This div background color is #bbf918


#bbf918 Border Color

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

This div border color is #bbf918


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf918


Comments

No comments written yet.

Please login to write comment.