Color Hex Logo

#bbc859 Color Hex

#BBC859
(187,200,89)
0 Favorites   0 Comments

Color spaces of #bbc859

RGB 18720089
HSL0.190.500.57
HSV67°56°78°
CMYK 0.070.000.56   0.22
XYZ42.951052.594617.3392
Yxy52.59460.38050.4659
Hunter Lab72.5221-21.197736.5899
CIE-Lab77.6350-19.908353.0338

#bbc859 color RGB value is (187,200,89).

#bbc859 hex color red value is 187, green value is 200 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #bbc859 hue: 0.19 , saturation: 0.50 and the lightness value of bbc859 is 0.57.

The process color (four color CMYK) of #bbc859 color hex is 0.07, 0.00, 0.56, 0.22. Web safe color of #bbc859 is #cccc66. Color #bbc859 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001000 01011001
Octal 273 310 131
Decimal 187 200 89
Hex BB C8 59

RGB Percentages of Color #bbc859

%39.29
%42.02
%18.70

CMYK Percentages of Color #bbc859

%7
%0
%56
%22

Triadic Colors of #bbc859

#bbc859 #59bbc8 #c859bb

Analogous Colors of #bbc859

#bbc859 #84c859 #c89e59

Monochromatic Colors of #bbc859

#bbc859

Complementary Color

#bbc859 #6659c8

#bbc859 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc859 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc859 Color CSS Codes

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

#bbc859 Text Font Color

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

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


#bbc859 Background Color

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

This div background color is #bbc859


#bbc859 Border Color

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

This div border color is #bbc859


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc859


Comments

No comments written yet.

Please login to write comment.