Color Hex Logo

#bbcb55 Color Hex

#BBCB55
(187,203,85)
0 Favorites   0 Comments

Color spaces of #bbcb55

RGB 18720385
HSL0.190.530.56
HSV68°58°80°
CMYK 0.080.000.58   0.20
XYZ43.489153.932516.7122
Yxy53.93250.38100.4725
Hunter Lab73.4387-22.813337.9147
CIE-Lab78.4224-21.706255.7140

#bbcb55 color RGB value is (187,203,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001011 01010101
Octal 273 313 125
Decimal 187 203 85
Hex BB CB 55

RGB Percentages of Color #bbcb55

%39.37
%42.74
%17.89

CMYK Percentages of Color #bbcb55

%8
%0
%58
%20

Triadic Colors of #bbcb55

#bbcb55 #55bbcb #cb55bb

Analogous Colors of #bbcb55

#bbcb55 #80cb55 #cba055

Monochromatic Colors of #bbcb55

#bbcb55

Complementary Color

#bbcb55 #6555cb

#bbcb55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcb55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcb55 Color CSS Codes

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

#bbcb55 Text Font Color

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

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


#bbcb55 Background Color

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

This div background color is #bbcb55


#bbcb55 Border Color

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

This div border color is #bbcb55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcb55


Comments

No comments written yet.

Please login to write comment.