Color Hex Logo

#bbf816 Color Hex

#BBF816
(187,248,22)
0 Favorites   0 Comments

Color spaces of #bbf816

RGB 18724822
HSL0.210.940.53
HSV76°91°97°
CMYK 0.250.000.91   0.03
XYZ54.205777.757512.9108
Yxy77.75750.37420.5367
Hunter Lab88.1802-44.588753.0453
CIE-Lab90.6691-45.139885.6559

#bbf816 color RGB value is (187,248,22).

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

The process color (four color CMYK) of #bbf816 color hex is 0.25, 0.00, 0.91, 0.03. Web safe color of #bbf816 is #ccff00. Color #bbf816 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111000 00010110
Octal 273 370 26
Decimal 187 248 22
Hex BB F8 16

RGB Percentages of Color #bbf816

%40.92
%54.27
%4.81

CMYK Percentages of Color #bbf816

%25
%0
%91
%3

Triadic Colors of #bbf816

#bbf816 #16bbf8 #f816bb

Analogous Colors of #bbf816

#bbf816 #4af816 #f8c416

Monochromatic Colors of #bbf816

#bbf816

Complementary Color

#bbf816 #5316f8

#bbf816 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf816 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf816 Color CSS Codes

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

#bbf816 Text Font Color

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

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


#bbf816 Background Color

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

This div background color is #bbf816


#bbf816 Border Color

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

This div border color is #bbf816


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf816


Comments

No comments written yet.

Please login to write comment.