Color Hex Logo

#bbbe4a Color Hex

#BBBE4A
(187,190,74)
0 Favorites   0 Comments

Color spaces of #bbbe4a

RGB 18719074
HSL0.170.470.52
HSV62°61°75°
CMYK 0.020.000.61   0.25
XYZ40.143047.886113.6057
Yxy47.88610.39500.4712
Hunter Lab69.1998-17.551236.7826
CIE-Lab74.7530-16.036556.4822

#bbbe4a color RGB value is (187,190,74).

#bbbe4a hex color red value is 187, green value is 190 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #bbbe4a hue: 0.17 , saturation: 0.47 and the lightness value of bbbe4a is 0.52.

The process color (four color CMYK) of #bbbe4a color hex is 0.02, 0.00, 0.61, 0.25. Web safe color of #bbbe4a is #cccc33. Color #bbbe4a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111110 01001010
Octal 273 276 112
Decimal 187 190 74
Hex BB BE 4A

RGB Percentages of Color #bbbe4a

%41.46
%42.13
%16.41

CMYK Percentages of Color #bbbe4a

%2
%0
%61
%25

Triadic Colors of #bbbe4a

#bbbe4a #4abbbe #be4abb

Analogous Colors of #bbbe4a

#bbbe4a #81be4a #be874a

Monochromatic Colors of #bbbe4a

#bbbe4a

Complementary Color

#bbbe4a #4d4abe

#bbbe4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbe4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbe4a Color CSS Codes

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

#bbbe4a Text Font Color

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

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


#bbbe4a Background Color

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

This div background color is #bbbe4a


#bbbe4a Border Color

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

This div border color is #bbbe4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbe4a


Comments

No comments written yet.

Please login to write comment.