Color Hex Logo

#bbd84a Color Hex

#BBD84A
(187,216,74)
0 Favorites   0 Comments

Color spaces of #bbd84a

RGB 18721674
HSL0.200.650.57
HSV72°66°85°
CMYK 0.130.000.66   0.15
XYZ46.285460.170915.6532
Yxy60.17090.37900.4928
Hunter Lab77.5699-29.237742.3345
CIE-Lab81.9310-28.742864.0748

#bbd84a color RGB value is (187,216,74).

#bbd84a hex color red value is 187, green value is 216 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #bbd84a hue: 0.20 , saturation: 0.65 and the lightness value of bbd84a is 0.57.

The process color (four color CMYK) of #bbd84a color hex is 0.13, 0.00, 0.66, 0.15. Web safe color of #bbd84a is #cccc33. Color #bbd84a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011000 01001010
Octal 273 330 112
Decimal 187 216 74
Hex BB D8 4A

RGB Percentages of Color #bbd84a

%39.20
%45.28
%15.51

CMYK Percentages of Color #bbd84a

%13
%0
%66
%15

Triadic Colors of #bbd84a

#bbd84a #4abbd8 #d84abb

Analogous Colors of #bbd84a

#bbd84a #74d84a #d8ae4a

Monochromatic Colors of #bbd84a

#bbd84a

Complementary Color

#bbd84a #674ad8

#bbd84a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd84a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd84a Color CSS Codes

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

#bbd84a Text Font Color

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

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


#bbd84a Background Color

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

This div background color is #bbd84a


#bbd84a Border Color

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

This div border color is #bbd84a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,216,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 #bbd84a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd84a


Comments

No comments written yet.

Please login to write comment.