Color Hex Logo

#bbe25b Color Hex

#BBE25B
(187,226,91)
0 Favorites   0 Comments

Color spaces of #bbe25b

RGB 18722691
HSL0.210.700.62
HSV77°60°89°
CMYK 0.170.000.60   0.11
XYZ49.578265.712819.9683
Yxy65.71280.36650.4858
Hunter Lab81.0634-32.690842.1395
CIE-Lab84.8497-32.207960.2495

#bbe25b color RGB value is (187,226,91).

#bbe25b hex color red value is 187, green value is 226 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #bbe25b hue: 0.21 , saturation: 0.70 and the lightness value of bbe25b is 0.62.

The process color (four color CMYK) of #bbe25b color hex is 0.17, 0.00, 0.60, 0.11. Web safe color of #bbe25b is #cccc66. Color #bbe25b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100010 01011011
Octal 273 342 133
Decimal 187 226 91
Hex BB E2 5B

RGB Percentages of Color #bbe25b

%37.10
%44.84
%18.06

CMYK Percentages of Color #bbe25b

%17
%0
%60
%11

Triadic Colors of #bbe25b

#bbe25b #5bbbe2 #e25bbb

Analogous Colors of #bbe25b

#bbe25b #78e25b #e2c65b

Monochromatic Colors of #bbe25b

#bbe25b

Complementary Color

#bbe25b #825be2

#bbe25b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe25b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe25b Color CSS Codes

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

#bbe25b Text Font Color

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

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


#bbe25b Background Color

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

This div background color is #bbe25b


#bbe25b Border Color

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

This div border color is #bbe25b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe25b


Comments

No comments written yet.

Please login to write comment.