Color Hex Logo

#bbe04b Color Hex

#BBE04B
(187,224,75)
0 Favorites   0 Comments

Color spaces of #bbe04b

RGB 18722475
HSL0.210.710.59
HSV75°67°88°
CMYK 0.170.000.67   0.12
XYZ48.419264.384116.5320
Yxy64.38410.37440.4978
Hunter Lab80.2397-32.706943.9521
CIE-Lab84.1654-32.419266.0020

#bbe04b color RGB value is (187,224,75).

#bbe04b hex color red value is 187, green value is 224 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #bbe04b hue: 0.21 , saturation: 0.71 and the lightness value of bbe04b is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100000 01001011
Octal 273 340 113
Decimal 187 224 75
Hex BB E0 4B

RGB Percentages of Color #bbe04b

%38.48
%46.09
%15.43

CMYK Percentages of Color #bbe04b

%17
%0
%67
%12

Triadic Colors of #bbe04b

#bbe04b #4bbbe0 #e04bbb

Analogous Colors of #bbe04b

#bbe04b #71e04b #e0bb4b

Monochromatic Colors of #bbe04b

#bbe04b

Complementary Color

#bbe04b #704be0

#bbe04b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe04b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe04b Color CSS Codes

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

#bbe04b Text Font Color

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

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


#bbe04b Background Color

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

This div background color is #bbe04b


#bbe04b Border Color

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

This div border color is #bbe04b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe04b


Comments

No comments written yet.

Please login to write comment.