Color Hex Logo

#bbd84e Color Hex

#BBD84E
(187,216,78)
0 Favorites   0 Comments

Color spaces of #bbd84e

RGB 18721678
HSL0.200.640.58
HSV73°64°85°
CMYK 0.130.000.64   0.15
XYZ46.424560.226616.3858
Yxy60.22660.37730.4895
Hunter Lab77.6058-29.029841.8055
CIE-Lab81.9612-28.479362.5172

#bbd84e color RGB value is (187,216,78).

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

The process color (four color CMYK) of #bbd84e color hex is 0.13, 0.00, 0.64, 0.15. Web safe color of #bbd84e is #cccc66. Color #bbd84e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011000 01001110
Octal 273 330 116
Decimal 187 216 78
Hex BB D8 4E

RGB Percentages of Color #bbd84e

%38.88
%44.91
%16.22

CMYK Percentages of Color #bbd84e

%13
%0
%64
%15

Triadic Colors of #bbd84e

#bbd84e #4ebbd8 #d84ebb

Analogous Colors of #bbd84e

#bbd84e #76d84e #d8b04e

Monochromatic Colors of #bbd84e

#bbd84e

Complementary Color

#bbd84e #6b4ed8

#bbd84e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd84e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd84e Color CSS Codes

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

#bbd84e Text Font Color

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

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


#bbd84e Background Color

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

This div background color is #bbd84e


#bbd84e Border Color

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

This div border color is #bbd84e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd84e


Comments

No comments written yet.

Please login to write comment.