Color Hex Logo

#bbf31b Color Hex

#BBF31B
(187,243,27)
0 Favorites   0 Comments

Color spaces of #bbf31b

RGB 18724327
HSL0.210.900.53
HSV76°89°95°
CMYK 0.230.000.89   0.05
XYZ52.741974.745112.6844
Yxy74.74510.37630.5332
Hunter Lab86.4552-42.403051.8199
CIE-Lab89.2735-42.890583.8272

#bbf31b color RGB value is (187,243,27).

#bbf31b hex color red value is 187, green value is 243 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #bbf31b hue: 0.21 , saturation: 0.90 and the lightness value of bbf31b is 0.53.

The process color (four color CMYK) of #bbf31b color hex is 0.23, 0.00, 0.89, 0.05. Web safe color of #bbf31b is #ccff33. Color #bbf31b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110011 00011011
Octal 273 363 33
Decimal 187 243 27
Hex BB F3 1B

RGB Percentages of Color #bbf31b

%40.92
%53.17
%5.91

CMYK Percentages of Color #bbf31b

%23
%0
%89
%5

Triadic Colors of #bbf31b

#bbf31b #1bbbf3 #f31bbb

Analogous Colors of #bbf31b

#bbf31b #4ff31b #f3bf1b

Monochromatic Colors of #bbf31b

#bbf31b

Complementary Color

#bbf31b #531bf3

#bbf31b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf31b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf31b Color CSS Codes

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

#bbf31b Text Font Color

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

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


#bbf31b Background Color

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

This div background color is #bbf31b


#bbf31b Border Color

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

This div border color is #bbf31b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf31b


Comments

No comments written yet.

Please login to write comment.