Color Hex Logo

#bbf840 Color Hex

#BBF840
(187,248,64)
0 Favorites   0 Comments

Color spaces of #bbf840

RGB 18724864
HSL0.220.930.61
HSV80°74°97°
CMYK 0.250.000.74   0.03
XYZ54.986378.069817.0214
Yxy78.06980.36640.5202
Hunter Lab88.3571-43.541050.4282
CIE-Lab90.8117-43.773676.4187

#bbf840 color RGB value is (187,248,64).

#bbf840 hex color red value is 187, green value is 248 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #bbf840 hue: 0.22 , saturation: 0.93 and the lightness value of bbf840 is 0.61.

The process color (four color CMYK) of #bbf840 color hex is 0.25, 0.00, 0.74, 0.03. Web safe color of #bbf840 is #ccff33. Color #bbf840 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111000 01000000
Octal 273 370 100
Decimal 187 248 64
Hex BB F8 40

RGB Percentages of Color #bbf840

%37.47
%49.70
%12.83

CMYK Percentages of Color #bbf840

%25
%0
%74
%3

Triadic Colors of #bbf840

#bbf840 #40bbf8 #f840bb

Analogous Colors of #bbf840

#bbf840 #5ff840 #f8d940

Monochromatic Colors of #bbf840

#bbf840

Complementary Color

#bbf840 #7d40f8

#bbf840 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf840 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf840 Color CSS Codes

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

#bbf840 Text Font Color

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

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


#bbf840 Background Color

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

This div background color is #bbf840


#bbf840 Border Color

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

This div border color is #bbf840


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf840


Comments

No comments written yet.

Please login to write comment.