Color Hex Logo

#bbc559 Color Hex

#BBC559
(187,197,89)
0 Favorites   0 Comments

Color spaces of #bbc559

RGB 18719789
HSL0.180.480.56
HSV66°55°77°
CMYK 0.050.000.55   0.23
XYZ42.262951.218617.1099
Yxy51.21860.38220.4631
Hunter Lab71.5672-19.832135.9223
CIE-Lab76.8112-18.417452.0934

#bbc559 color RGB value is (187,197,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000101 01011001
Octal 273 305 131
Decimal 187 197 89
Hex BB C5 59

RGB Percentages of Color #bbc559

%39.53
%41.65
%18.82

CMYK Percentages of Color #bbc559

%5
%0
%55
%23

Triadic Colors of #bbc559

#bbc559 #59bbc5 #c559bb

Analogous Colors of #bbc559

#bbc559 #85c559 #c59959

Monochromatic Colors of #bbc559

#bbc559

Complementary Color

#bbc559 #6359c5

#bbc559 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc559 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc559 Color CSS Codes

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

#bbc559 Text Font Color

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

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


#bbc559 Background Color

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

This div background color is #bbc559


#bbc559 Border Color

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

This div border color is #bbc559


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc559


Comments

No comments written yet.

Please login to write comment.