Color Hex Logo

#bbbe74 Color Hex

#BBBE74
(187,190,116)
0 Favorites   0 Comments

Color spaces of #bbbe74

RGB 187190116
HSL0.170.360.60
HSV62°39°75°
CMYK 0.020.000.39   0.25
XYZ42.059448.652723.6971
Yxy48.65270.36760.4253
Hunter Lab69.7515-14.431528.6831
CIE-Lab75.2348-12.235836.9987

#bbbe74 color RGB value is (187,190,116).

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

The process color (four color CMYK) of #bbbe74 color hex is 0.02, 0.00, 0.39, 0.25. Web safe color of #bbbe74 is #cccc66. Color #bbbe74 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111110 01110100
Octal 273 276 164
Decimal 187 190 116
Hex BB BE 74

RGB Percentages of Color #bbbe74

%37.93
%38.54
%23.53

CMYK Percentages of Color #bbbe74

%2
%0
%39
%25

Triadic Colors of #bbbe74

#bbbe74 #74bbbe #be74bb

Analogous Colors of #bbbe74

#bbbe74 #96be74 #be9c74

Monochromatic Colors of #bbbe74

#bbbe74

Complementary Color

#bbbe74 #7774be

#bbbe74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbe74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbe74 Color CSS Codes

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

#bbbe74 Text Font Color

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

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


#bbbe74 Background Color

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

This div background color is #bbbe74


#bbbe74 Border Color

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

This div border color is #bbbe74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbe74


Comments

No comments written yet.

Please login to write comment.