Color Hex Logo

#bbdb4e Color Hex

#BBDB4E
(187,219,78)
0 Favorites   0 Comments

Color spaces of #bbdb4e

RGB 18721978
HSL0.200.660.58
HSV74°64°86°
CMYK 0.150.000.64   0.14
XYZ47.200261.777916.6443
Yxy61.77790.37570.4918
Hunter Lab78.5989-30.355342.4638
CIE-Lab82.7952-29.892963.3986

#bbdb4e color RGB value is (187,219,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011011 01001110
Octal 273 333 116
Decimal 187 219 78
Hex BB DB 4E

RGB Percentages of Color #bbdb4e

%38.64
%45.25
%16.12

CMYK Percentages of Color #bbdb4e

%15
%0
%64
%14

Triadic Colors of #bbdb4e

#bbdb4e #4ebbdb #db4ebb

Analogous Colors of #bbdb4e

#bbdb4e #75db4e #dbb54e

Monochromatic Colors of #bbdb4e

#bbdb4e

Complementary Color

#bbdb4e #6e4edb

#bbdb4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdb4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdb4e Color CSS Codes

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

#bbdb4e Text Font Color

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

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


#bbdb4e Background Color

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

This div background color is #bbdb4e


#bbdb4e Border Color

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

This div border color is #bbdb4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdb4e


Comments

No comments written yet.

Please login to write comment.