Color Hex Logo

#bbc94f Color Hex

#BBC94F
(187,201,79)
0 Favorites   0 Comments

Color spaces of #bbc94f

RGB 18720179
HSL0.190.530.55
HSV67°61°79°
CMYK 0.070.000.61   0.21
XYZ42.791452.902615.3530
Yxy52.90260.38530.4764
Hunter Lab72.7342-22.268638.3988
CIE-Lab77.8175-21.170457.6566

#bbc94f color RGB value is (187,201,79).

#bbc94f hex color red value is 187, green value is 201 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #bbc94f hue: 0.19 , saturation: 0.53 and the lightness value of bbc94f is 0.55.

The process color (four color CMYK) of #bbc94f color hex is 0.07, 0.00, 0.61, 0.21. Web safe color of #bbc94f is #cccc66. Color #bbc94f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001001 01001111
Octal 273 311 117
Decimal 187 201 79
Hex BB C9 4F

RGB Percentages of Color #bbc94f

%40.04
%43.04
%16.92

CMYK Percentages of Color #bbc94f

%7
%0
%61
%21

Triadic Colors of #bbc94f

#bbc94f #4fbbc9 #c94fbb

Analogous Colors of #bbc94f

#bbc94f #7ec94f #c99a4f

Monochromatic Colors of #bbc94f

#bbc94f

Complementary Color

#bbc94f #5d4fc9

#bbc94f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc94f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc94f Color CSS Codes

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

#bbc94f Text Font Color

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

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


#bbc94f Background Color

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

This div background color is #bbc94f


#bbc94f Border Color

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

This div border color is #bbc94f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc94f


Comments

No comments written yet.

Please login to write comment.