Color Hex Logo

#bbe119 Color Hex

#BBE119
(187,225,25)
0 Favorites   0 Comments

Color spaces of #bbe119

RGB 18722525
HSL0.200.800.49
HSV71°89°88°
CMYK 0.170.000.89   0.12
XYZ47.594264.485410.8582
Yxy64.48540.38710.5245
Hunter Lab80.3028-34.735848.1950
CIE-Lab84.2179-34.926680.0433

#bbe119 color RGB value is (187,225,25).

#bbe119 hex color red value is 187, green value is 225 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #bbe119 hue: 0.20 , saturation: 0.80 and the lightness value of bbe119 is 0.49.

The process color (four color CMYK) of #bbe119 color hex is 0.17, 0.00, 0.89, 0.12. Web safe color of #bbe119 is #cccc00. Color #bbe119 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100001 00011001
Octal 273 341 31
Decimal 187 225 25
Hex BB E1 19

RGB Percentages of Color #bbe119

%42.79
%51.49
%5.72

CMYK Percentages of Color #bbe119

%17
%0
%89
%12

Triadic Colors of #bbe119

#bbe119 #19bbe1 #e119bb

Analogous Colors of #bbe119

#bbe119 #57e119 #e1a319

Monochromatic Colors of #bbe119

#bbe119

Complementary Color

#bbe119 #3f19e1

#bbe119 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe119 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe119 Color CSS Codes

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

#bbe119 Text Font Color

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

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


#bbe119 Background Color

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

This div background color is #bbe119


#bbe119 Border Color

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

This div border color is #bbe119


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe119


Comments

No comments written yet.

Please login to write comment.