Color Hex Logo

#bbbe57 Color Hex

#BBBE57
(187,190,87)
0 Favorites   0 Comments

Color spaces of #bbbe57

RGB 18719087
HSL0.170.440.54
HSV62°54°75°
CMYK 0.020.000.54   0.25
XYZ40.627348.079816.1559
Yxy48.07980.38740.4585
Hunter Lab69.3396-16.758034.7233
CIE-Lab74.8752-15.060650.7999

#bbbe57 color RGB value is (187,190,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111110 01010111
Octal 273 276 127
Decimal 187 190 87
Hex BB BE 57

RGB Percentages of Color #bbbe57

%40.30
%40.95
%18.75

CMYK Percentages of Color #bbbe57

%2
%0
%54
%25

Triadic Colors of #bbbe57

#bbbe57 #57bbbe #be57bb

Analogous Colors of #bbbe57

#bbbe57 #88be57 #be8e57

Monochromatic Colors of #bbbe57

#bbbe57

Complementary Color

#bbbe57 #5a57be

#bbbe57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbe57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbe57 Color CSS Codes

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

#bbbe57 Text Font Color

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

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


#bbbe57 Background Color

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

This div background color is #bbbe57


#bbbe57 Border Color

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

This div border color is #bbbe57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbe57


Comments

No comments written yet.

Please login to write comment.