Color Hex Logo

#bbbe61 Color Hex

#BBBE61
(187,190,97)
0 Favorites   0 Comments

Color spaces of #bbbe61

RGB 18719097
HSL0.170.420.56
HSV62°49°75°
CMYK 0.020.000.49   0.25
XYZ41.064648.254818.4590
Yxy48.25480.38100.4477
Hunter Lab69.4657-16.044732.8709
CIE-Lab74.9854-14.188846.1802

#bbbe61 color RGB value is (187,190,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111110 01100001
Octal 273 276 141
Decimal 187 190 97
Hex BB BE 61

RGB Percentages of Color #bbbe61

%39.45
%40.08
%20.46

CMYK Percentages of Color #bbbe61

%2
%0
%49
%25

Triadic Colors of #bbbe61

#bbbe61 #61bbbe #be61bb

Analogous Colors of #bbbe61

#bbbe61 #8dbe61 #be9361

Monochromatic Colors of #bbbe61

#bbbe61

Complementary Color

#bbbe61 #6461be

#bbbe61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbe61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbe61 Color CSS Codes

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

#bbbe61 Text Font Color

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

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


#bbbe61 Background Color

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

This div background color is #bbbe61


#bbbe61 Border Color

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

This div border color is #bbbe61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbe61


Comments

No comments written yet.

Please login to write comment.