Color Hex Logo

#bbc159 Color Hex

#BBC159
(187,193,89)
0 Favorites   0 Comments

Color spaces of #bbc159

RGB 18719389
HSL0.180.460.55
HSV63°54°76°
CMYK 0.030.000.54   0.24
XYZ41.366749.426016.8111
Yxy49.42600.38440.4593
Hunter Lab70.3036-18.001835.0350
CIE-Lab75.7156-16.411650.8363

#bbc159 color RGB value is (187,193,89).

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

The process color (four color CMYK) of #bbc159 color hex is 0.03, 0.00, 0.54, 0.24. Web safe color of #bbc159 is #cccc66. Color #bbc159 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000001 01011001
Octal 273 301 131
Decimal 187 193 89
Hex BB C1 59

RGB Percentages of Color #bbc159

%39.87
%41.15
%18.98

CMYK Percentages of Color #bbc159

%3
%0
%54
%24

Triadic Colors of #bbc159

#bbc159 #59bbc1 #c159bb

Analogous Colors of #bbc159

#bbc159 #87c159 #c19359

Monochromatic Colors of #bbc159

#bbc159

Complementary Color

#bbc159 #5f59c1

#bbc159 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc159 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc159 Color CSS Codes

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

#bbc159 Text Font Color

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

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


#bbc159 Background Color

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

This div background color is #bbc159


#bbc159 Border Color

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

This div border color is #bbc159


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc159


Comments

No comments written yet.

Please login to write comment.