Color Hex Logo

#bbf507 Color Hex

#BBF507
(187,245,7)
0 Favorites   0 Comments

Color spaces of #bbf507

RGB 1872457
HSL0.210.940.49
HSV75°97°96°
CMYK 0.240.000.97   0.04
XYZ53.184375.885012.0452
Yxy75.88500.37690.5378
Hunter Lab87.1120-43.466852.7802
CIE-Lab89.8059-44.040086.4144

#bbf507 color RGB value is (187,245,7).

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

The process color (four color CMYK) of #bbf507 color hex is 0.24, 0.00, 0.97, 0.04. Web safe color of #bbf507 is #ccff00. Color #bbf507 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110101 00000111
Octal 273 365 7
Decimal 187 245 7
Hex BB F5 7

RGB Percentages of Color #bbf507

%42.60
%55.81
%1.59

CMYK Percentages of Color #bbf507

%24
%0
%97
%4

Triadic Colors of #bbf507

#bbf507 #07bbf5 #f507bb

Analogous Colors of #bbf507

#bbf507 #44f507 #f5b807

Monochromatic Colors of #bbf507

#bbf507

Complementary Color

#bbf507 #4107f5

#bbf507 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf507 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf507 Color CSS Codes

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

#bbf507 Text Font Color

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

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


#bbf507 Background Color

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

This div background color is #bbf507


#bbf507 Border Color

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

This div border color is #bbf507


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf507


Comments

No comments written yet.

Please login to write comment.