color codes Logo

#bbe30f color codes

#BBE30F
(187,227,15)
0 Favorites   0 Comments

Color spaces of #bbe30f

RGB 18722715
HSL0.200.880.47
HSV71°93°89°
CMYK 0.180.000.93   0.11
XYZ48.048865.537510.5695
Yxy65.53750.38700.5279
Hunter Lab80.9552-35.727848.9278
CIE-Lab84.7600-36.003081.8073

#bbe30f color RGB value is (187,227,15).

#bbe30f hex color red value is 187, green value is 227 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #bbe30f hue: 0.20 , saturation: 0.88 and the lightness value of bbe30f is 0.47.

The process color (four color CMYK) of #bbe30f color code is 0.18, 0.00, 0.93, 0.11. Web safe color of #bbe30f is #cccc00. Color #bbe30f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100011 00001111
Octal 273 343 17
Decimal 187 227 15
Hex BB E3 F

RGB Percentages of Color #bbe30f

%43.59
%52.91
%3.50

CMYK Percentages of Color #bbe30f

%18
%0
%93
%11

Triadic Colors of #bbe30f

#bbe30f #0fbbe3 #e30fbb

Analogous Colors of #bbe30f

#bbe30f #51e30f #e3a10f

Monochromatic Colors of #bbe30f

#bbe30f

Complementary Color

#bbe30f #370fe3

#bbe30f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe30f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe30f Color CSS Codes

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

#bbe30f Text Font Color

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

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


#bbe30f Background Color

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

This div background color is #bbe30f


#bbe30f Border Color

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

This div border color is #bbe30f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe30f


Comments

No comments written yet.

Please login to write comment.