Color Hex Logo

#bbc74e Color Hex

#BBC74E
(187,199,78)
0 Favorites   0 Comments

Color spaces of #bbc74e

RGB 18719978
HSL0.180.520.54
HSV66°61°78°
CMYK 0.060.000.61   0.22
XYZ42.292151.961715.0083
Yxy51.96170.38710.4756
Hunter Lab72.0845-21.421538.1147
CIE-Lab77.2579-20.255057.4768

#bbc74e color RGB value is (187,199,78).

#bbc74e hex color red value is 187, green value is 199 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #bbc74e hue: 0.18 , saturation: 0.52 and the lightness value of bbc74e is 0.54.

The process color (four color CMYK) of #bbc74e color hex is 0.06, 0.00, 0.61, 0.22. Web safe color of #bbc74e is #cccc66. Color #bbc74e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000111 01001110
Octal 273 307 116
Decimal 187 199 78
Hex BB C7 4E

RGB Percentages of Color #bbc74e

%40.30
%42.89
%16.81

CMYK Percentages of Color #bbc74e

%6
%0
%61
%22

Triadic Colors of #bbc74e

#bbc74e #4ebbc7 #c74ebb

Analogous Colors of #bbc74e

#bbc74e #7fc74e #c7974e

Monochromatic Colors of #bbc74e

#bbc74e

Complementary Color

#bbc74e #5a4ec7

#bbc74e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc74e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc74e Color CSS Codes

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

#bbc74e Text Font Color

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

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


#bbc74e Background Color

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

This div background color is #bbc74e


#bbc74e Border Color

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

This div border color is #bbc74e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc74e


Comments

No comments written yet.

Please login to write comment.