Color Hex Logo

#bbc57b Color Hex

#BBC57B
(187,197,123)
0 Favorites   0 Comments

Color spaces of #bbc57b

RGB 187197123
HSL0.190.390.63
HSV68°38°77°
CMYK 0.050.000.38   0.23
XYZ44.034951.927426.4410
Yxy51.92740.35980.4242
Hunter Lab72.0607-17.028228.6874
CIE-Lab77.2374-14.993635.9767

#bbc57b color RGB value is (187,197,123).

#bbc57b hex color red value is 187, green value is 197 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #bbc57b hue: 0.19 , saturation: 0.39 and the lightness value of bbc57b is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000101 01111011
Octal 273 305 173
Decimal 187 197 123
Hex BB C5 7B

RGB Percentages of Color #bbc57b

%36.88
%38.86
%24.26

CMYK Percentages of Color #bbc57b

%5
%0
%38
%23

Triadic Colors of #bbc57b

#bbc57b #7bbbc5 #c57bbb

Analogous Colors of #bbc57b

#bbc57b #96c57b #c5aa7b

Monochromatic Colors of #bbc57b

#bbc57b

Complementary Color

#bbc57b #857bc5

#bbc57b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc57b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc57b Color CSS Codes

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

#bbc57b Text Font Color

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

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


#bbc57b Background Color

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

This div background color is #bbc57b


#bbc57b Border Color

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

This div border color is #bbc57b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc57b


Comments

No comments written yet.

Please login to write comment.