Color Hex Logo

#bbeb30 Color Hex

#BBEB30
(187,235,48)
0 Favorites   0 Comments

Color spaces of #bbeb30

RGB 18723548
HSL0.210.820.55
HSV75°80°92°
CMYK 0.200.000.80   0.08
XYZ50.735370.194913.6712
Yxy70.19490.37690.5215
Hunter Lab83.7824-38.526748.9730
CIE-Lab87.0924-38.767477.5967

#bbeb30 color RGB value is (187,235,48).

#bbeb30 hex color red value is 187, green value is 235 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #bbeb30 hue: 0.21 , saturation: 0.82 and the lightness value of bbeb30 is 0.55.

The process color (four color CMYK) of #bbeb30 color hex is 0.20, 0.00, 0.80, 0.08. Web safe color of #bbeb30 is #ccff33. Color #bbeb30 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101011 00110000
Octal 273 353 60
Decimal 187 235 48
Hex BB EB 30

RGB Percentages of Color #bbeb30

%39.79
%50.00
%10.21

CMYK Percentages of Color #bbeb30

%20
%0
%80
%8

Triadic Colors of #bbeb30

#bbeb30 #30bbeb #eb30bb

Analogous Colors of #bbeb30

#bbeb30 #5eeb30 #ebbe30

Monochromatic Colors of #bbeb30

#bbeb30

Complementary Color

#bbeb30 #6030eb

#bbeb30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbeb30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbeb30 Color CSS Codes

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

#bbeb30 Text Font Color

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

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


#bbeb30 Background Color

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

This div background color is #bbeb30


#bbeb30 Border Color

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

This div border color is #bbeb30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbeb30


Comments

No comments written yet.

Please login to write comment.