Color Hex Logo

#bbeb4a Color Hex

#BBEB4A
(187,235,74)
0 Favorites   0 Comments

Color spaces of #bbeb4a

RGB 18723574
HSL0.220.800.61
HSV78°69°92°
CMYK 0.200.000.69   0.08
XYZ51.437970.475917.3707
Yxy70.47590.36930.5060
Hunter Lab83.9499-37.541646.4968
CIE-Lab87.2297-37.495869.5108

#bbeb4a color RGB value is (187,235,74).

#bbeb4a hex color red value is 187, green value is 235 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #bbeb4a hue: 0.22 , saturation: 0.80 and the lightness value of bbeb4a is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101011 01001010
Octal 273 353 112
Decimal 187 235 74
Hex BB EB 4A

RGB Percentages of Color #bbeb4a

%37.70
%47.38
%14.92

CMYK Percentages of Color #bbeb4a

%20
%0
%69
%8

Triadic Colors of #bbeb4a

#bbeb4a #4abbeb #eb4abb

Analogous Colors of #bbeb4a

#bbeb4a #6beb4a #ebcb4a

Monochromatic Colors of #bbeb4a

#bbeb4a

Complementary Color

#bbeb4a #7a4aeb

#bbeb4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbeb4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbeb4a Color CSS Codes

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

#bbeb4a Text Font Color

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

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


#bbeb4a Background Color

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

This div background color is #bbeb4a


#bbeb4a Border Color

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

This div border color is #bbeb4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbeb4a


Comments

No comments written yet.

Please login to write comment.