Color Hex Logo

#bbd94e Color Hex

#BBD94E
(187,217,78)
0 Favorites   0 Comments

Color spaces of #bbd94e

RGB 18721778
HSL0.200.650.58
HSV73°64°85°
CMYK 0.140.000.64   0.15
XYZ46.681560.740616.4715
Yxy60.74060.37680.4903
Hunter Lab77.9363-29.472342.0247
CIE-Lab82.2391-28.951862.8112

#bbd94e color RGB value is (187,217,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011001 01001110
Octal 273 331 116
Decimal 187 217 78
Hex BB D9 4E

RGB Percentages of Color #bbd94e

%38.80
%45.02
%16.18

CMYK Percentages of Color #bbd94e

%14
%0
%64
%15

Triadic Colors of #bbd94e

#bbd94e #4ebbd9 #d94ebb

Analogous Colors of #bbd94e

#bbd94e #76d94e #d9b24e

Monochromatic Colors of #bbd94e

#bbd94e

Complementary Color

#bbd94e #6c4ed9

#bbd94e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd94e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd94e Color CSS Codes

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

#bbd94e Text Font Color

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

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


#bbd94e Background Color

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

This div background color is #bbd94e


#bbd94e Border Color

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

This div border color is #bbd94e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd94e


Comments

No comments written yet.

Please login to write comment.