Color Hex Logo

#bbc557 Color Hex

#BBC557
(187,197,87)
0 Favorites   0 Comments

Color spaces of #bbc557

RGB 18719787
HSL0.180.490.56
HSV65°56°77°
CMYK 0.050.000.56   0.23
XYZ42.180151.185416.6735
Yxy51.18540.38330.4652
Hunter Lab71.5440-19.963936.2631
CIE-Lab76.7912-18.580452.9844

#bbc557 color RGB value is (187,197,87).

#bbc557 hex color red value is 187, green value is 197 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #bbc557 hue: 0.18 , saturation: 0.49 and the lightness value of bbc557 is 0.56.

The process color (four color CMYK) of #bbc557 color hex is 0.05, 0.00, 0.56, 0.23. Web safe color of #bbc557 is #cccc66. Color #bbc557 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000101 01010111
Octal 273 305 127
Decimal 187 197 87
Hex BB C5 57

RGB Percentages of Color #bbc557

%39.70
%41.83
%18.47

CMYK Percentages of Color #bbc557

%5
%0
%56
%23

Triadic Colors of #bbc557

#bbc557 #57bbc5 #c557bb

Analogous Colors of #bbc557

#bbc557 #84c557 #c59857

Monochromatic Colors of #bbc557

#bbc557

Complementary Color

#bbc557 #6157c5

#bbc557 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc557 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc557 Color CSS Codes

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

#bbc557 Text Font Color

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

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


#bbc557 Background Color

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

This div background color is #bbc557


#bbc557 Border Color

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

This div border color is #bbc557


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,197,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 #bbc557">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc557


Comments

No comments written yet.

Please login to write comment.