Color Hex Logo

#bbdc4e Color Hex

#BBDC4E
(187,220,78)
0 Favorites   0 Comments

Color spaces of #bbdc4e

RGB 18722078
HSL0.210.670.58
HSV74°65°86°
CMYK 0.150.000.65   0.14
XYZ47.461962.301316.7316
Yxy62.30130.37520.4925
Hunter Lab78.9312-30.796242.6837
CIE-Lab83.0734-30.361863.6916

#bbdc4e color RGB value is (187,220,78).

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

The process color (four color CMYK) of #bbdc4e color hex is 0.15, 0.00, 0.65, 0.14. Web safe color of #bbdc4e is #cccc66. Color #bbdc4e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011100 01001110
Octal 273 334 116
Decimal 187 220 78
Hex BB DC 4E

RGB Percentages of Color #bbdc4e

%38.56
%45.36
%16.08

CMYK Percentages of Color #bbdc4e

%15
%0
%65
%14

Triadic Colors of #bbdc4e

#bbdc4e #4ebbdc #dc4ebb

Analogous Colors of #bbdc4e

#bbdc4e #74dc4e #dcb64e

Monochromatic Colors of #bbdc4e

#bbdc4e

Complementary Color

#bbdc4e #6f4edc

#bbdc4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdc4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdc4e Color CSS Codes

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

#bbdc4e Text Font Color

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

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


#bbdc4e Background Color

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

This div background color is #bbdc4e


#bbdc4e Border Color

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

This div border color is #bbdc4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdc4e


Comments

No comments written yet.

Please login to write comment.