Color Hex Logo

#bbd50e Color Hex

#BBD50E
(187,213,14)
0 Favorites   0 Comments

Color spaces of #bbd50e

RGB 18721314
HSL0.190.880.45
HSV68°93°84°
CMYK 0.120.000.93   0.16
XYZ44.367058.18509.3079
Yxy58.18500.39660.5202
Hunter Lab76.2791-29.665646.1605
CIE-Lab80.8415-29.558478.8645

#bbd50e color RGB value is (187,213,14).

#bbd50e hex color red value is 187, green value is 213 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #bbd50e hue: 0.19 , saturation: 0.88 and the lightness value of bbd50e is 0.45.

The process color (four color CMYK) of #bbd50e color hex is 0.12, 0.00, 0.93, 0.16. Web safe color of #bbd50e is #cccc00. Color #bbd50e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010101 00001110
Octal 273 325 16
Decimal 187 213 14
Hex BB D5 E

RGB Percentages of Color #bbd50e

%45.17
%51.45
%3.38

CMYK Percentages of Color #bbd50e

%12
%0
%93
%16

Triadic Colors of #bbd50e

#bbd50e #0ebbd5 #d50ebb

Analogous Colors of #bbd50e

#bbd50e #58d50e #d58c0e

Monochromatic Colors of #bbd50e

#bbd50e

Complementary Color

#bbd50e #280ed5

#bbd50e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd50e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd50e Color CSS Codes

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

#bbd50e Text Font Color

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

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


#bbd50e Background Color

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

This div background color is #bbd50e


#bbd50e Border Color

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

This div border color is #bbd50e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd50e


Comments

No comments written yet.

Please login to write comment.