Color Hex Logo

#bbcb60 Color Hex

#BBCB60
(187,203,96)
0 Favorites   0 Comments

Color spaces of #bbcb60

RGB 18720396
HSL0.190.510.59
HSV69°53°80°
CMYK 0.080.000.53   0.20
XYZ43.960854.121219.1958
Yxy54.12120.37480.4615
Hunter Lab73.5671-22.077936.0265
CIE-Lab78.5324-20.792450.8421

#bbcb60 color RGB value is (187,203,96).

#bbcb60 hex color red value is 187, green value is 203 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #bbcb60 hue: 0.19 , saturation: 0.51 and the lightness value of bbcb60 is 0.59.

The process color (four color CMYK) of #bbcb60 color hex is 0.08, 0.00, 0.53, 0.20. Web safe color of #bbcb60 is #cccc66. Color #bbcb60 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001011 01100000
Octal 273 313 140
Decimal 187 203 96
Hex BB CB 60

RGB Percentages of Color #bbcb60

%38.48
%41.77
%19.75

CMYK Percentages of Color #bbcb60

%8
%0
%53
%20

Triadic Colors of #bbcb60

#bbcb60 #60bbcb #cb60bb

Analogous Colors of #bbcb60

#bbcb60 #86cb60 #cba660

Monochromatic Colors of #bbcb60

#bbcb60

Complementary Color

#bbcb60 #7060cb

#bbcb60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcb60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcb60 Color CSS Codes

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

#bbcb60 Text Font Color

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

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


#bbcb60 Background Color

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

This div background color is #bbcb60


#bbcb60 Border Color

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

This div border color is #bbcb60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcb60


Comments

No comments written yet.

Please login to write comment.