Color Hex Logo

#bbe13b Color Hex

#BBE13B
(187,225,59)
0 Favorites   0 Comments

Color spaces of #bbe13b

RGB 18722559
HSL0.200.730.56
HSV74°74°88°
CMYK 0.170.000.74   0.12
XYZ48.208164.731014.0912
Yxy64.73100.37950.5096
Hunter Lab80.4556-33.842045.9347
CIE-Lab84.3449-33.774471.8445

#bbe13b color RGB value is (187,225,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100001 00111011
Octal 273 341 73
Decimal 187 225 59
Hex BB E1 3B

RGB Percentages of Color #bbe13b

%39.70
%47.77
%12.53

CMYK Percentages of Color #bbe13b

%17
%0
%74
%12

Triadic Colors of #bbe13b

#bbe13b #3bbbe1 #e13bbb

Analogous Colors of #bbe13b

#bbe13b #68e13b #e1b43b

Monochromatic Colors of #bbe13b

#bbe13b

Complementary Color

#bbe13b #613be1

#bbe13b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe13b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe13b Color CSS Codes

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

#bbe13b Text Font Color

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

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


#bbe13b Background Color

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

This div background color is #bbe13b


#bbe13b Border Color

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

This div border color is #bbe13b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe13b


Comments

No comments written yet.

Please login to write comment.