Color Hex Logo

#bbc359 Color Hex

#BBC359
(187,195,89)
0 Favorites   0 Comments

Color spaces of #bbc359

RGB 18719589
HSL0.180.470.56
HSV65°54°76°
CMYK 0.040.000.54   0.24
XYZ41.811850.316316.9595
Yxy50.31630.38330.4612
Hunter Lab70.9340-18.918235.4782
CIE-Lab76.2630-17.417051.4654

#bbc359 color RGB value is (187,195,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000011 01011001
Octal 273 303 131
Decimal 187 195 89
Hex BB C3 59

RGB Percentages of Color #bbc359

%39.70
%41.40
%18.90

CMYK Percentages of Color #bbc359

%4
%0
%54
%24

Triadic Colors of #bbc359

#bbc359 #59bbc3 #c359bb

Analogous Colors of #bbc359

#bbc359 #86c359 #c39659

Monochromatic Colors of #bbc359

#bbc359

Complementary Color

#bbc359 #6159c3

#bbc359 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc359 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc359 Color CSS Codes

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

#bbc359 Text Font Color

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

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


#bbc359 Background Color

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

This div background color is #bbc359


#bbc359 Border Color

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

This div border color is #bbc359


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc359


Comments

No comments written yet.

Please login to write comment.