Color Hex Logo

#bbbe56 Color Hex

#BBBE56
(187,190,86)
0 Favorites   0 Comments

Color spaces of #bbbe56

RGB 18719086
HSL0.170.440.54
HSV62°55°75°
CMYK 0.020.000.55   0.25
XYZ40.586748.063615.9422
Yxy48.06360.38800.4595
Hunter Lab69.3279-16.824434.8956
CIE-Lab74.8650-15.142151.2512

#bbbe56 color RGB value is (187,190,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111110 01010110
Octal 273 276 126
Decimal 187 190 86
Hex BB BE 56

RGB Percentages of Color #bbbe56

%40.39
%41.04
%18.57

CMYK Percentages of Color #bbbe56

%2
%0
%55
%25

Triadic Colors of #bbbe56

#bbbe56 #56bbbe #be56bb

Analogous Colors of #bbbe56

#bbbe56 #87be56 #be8d56

Monochromatic Colors of #bbbe56

#bbbe56

Complementary Color

#bbbe56 #5956be

#bbbe56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbe56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbe56 Color CSS Codes

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

#bbbe56 Text Font Color

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

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


#bbbe56 Background Color

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

This div background color is #bbbe56


#bbbe56 Border Color

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

This div border color is #bbbe56


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbe56


Comments

No comments written yet.

Please login to write comment.