Color Hex Logo

#bbd64e Color Hex

#BBD64E
(187,214,78)
0 Favorites   0 Comments

Color spaces of #bbd64e

RGB 18721478
HSL0.200.620.57
HSV72°64°84°
CMYK 0.130.000.64   0.16
XYZ45.915259.208016.2160
Yxy59.20800.37840.4880
Hunter Lab76.9467-28.143341.3678
CIE-Lab81.4058-27.530561.9283

#bbd64e color RGB value is (187,214,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010110 01001110
Octal 273 326 116
Decimal 187 214 78
Hex BB D6 4E

RGB Percentages of Color #bbd64e

%39.04
%44.68
%16.28

CMYK Percentages of Color #bbd64e

%13
%0
%64
%16

Triadic Colors of #bbd64e

#bbd64e #4ebbd6 #d64ebb

Analogous Colors of #bbd64e

#bbd64e #77d64e #d6ad4e

Monochromatic Colors of #bbd64e

#bbd64e

Complementary Color

#bbd64e #694ed6

#bbd64e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd64e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd64e Color CSS Codes

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

#bbd64e Text Font Color

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

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


#bbd64e Background Color

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

This div background color is #bbd64e


#bbd64e Border Color

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

This div border color is #bbd64e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd64e


Comments

No comments written yet.

Please login to write comment.