Color Hex Logo

#bbe128 Color Hex

#BBE128
(187,225,40)
0 Favorites   0 Comments

Color spaces of #bbe128

RGB 18722540
HSL0.200.760.52
HSV72°82°88°
CMYK 0.170.000.82   0.12
XYZ47.801764.568411.9510
Yxy64.56840.38450.5194
Hunter Lab80.3545-34.433347.4300
CIE-Lab84.2608-34.535677.1049

#bbe128 color RGB value is (187,225,40).

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

The process color (four color CMYK) of #bbe128 color hex is 0.17, 0.00, 0.82, 0.12. Web safe color of #bbe128 is #cccc33. Color #bbe128 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100001 00101000
Octal 273 341 50
Decimal 187 225 40
Hex BB E1 28

RGB Percentages of Color #bbe128

%41.37
%49.78
%8.85

CMYK Percentages of Color #bbe128

%17
%0
%82
%12

Triadic Colors of #bbe128

#bbe128 #28bbe1 #e128bb

Analogous Colors of #bbe128

#bbe128 #5ee128 #e1ab28

Monochromatic Colors of #bbe128

#bbe128

Complementary Color

#bbe128 #4e28e1

#bbe128 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe128 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe128 Color CSS Codes

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

#bbe128 Text Font Color

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

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


#bbe128 Background Color

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

This div background color is #bbe128


#bbe128 Border Color

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

This div border color is #bbe128


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe128


Comments

No comments written yet.

Please login to write comment.