Color Hex Logo

#bbf515 Color Hex

#BBF515
(187,245,21)
0 Favorites   0 Comments

Color spaces of #bbf515

RGB 18724521
HSL0.210.920.52
HSV76°91°96°
CMYK 0.240.000.91   0.04
XYZ53.281375.923812.5560
Yxy75.92380.37590.5356
Hunter Lab87.1343-43.334952.4503
CIE-Lab89.8240-43.867385.1071

#bbf515 color RGB value is (187,245,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110101 00010101
Octal 273 365 25
Decimal 187 245 21
Hex BB F5 15

RGB Percentages of Color #bbf515

%41.28
%54.08
%4.64

CMYK Percentages of Color #bbf515

%24
%0
%91
%4

Triadic Colors of #bbf515

#bbf515 #15bbf5 #f515bb

Analogous Colors of #bbf515

#bbf515 #4bf515 #f5bf15

Monochromatic Colors of #bbf515

#bbf515

Complementary Color

#bbf515 #4f15f5

#bbf515 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf515 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf515 Color CSS Codes

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

#bbf515 Text Font Color

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

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


#bbf515 Background Color

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

This div background color is #bbf515


#bbf515 Border Color

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

This div border color is #bbf515


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf515


Comments

No comments written yet.

Please login to write comment.