Color Hex Logo

#bbc23b Color Hex

#BBC23B
(187,194,59)
0 Favorites   0 Comments

Color spaces of #bbc23b

RGB 18719459
HSL0.180.530.50
HSV63°70°76°
CMYK 0.040.000.70   0.24
XYZ40.574749.464111.5467
Yxy49.46410.39940.4869
Hunter Lab70.3307-20.099839.4974
CIE-Lab75.7391-18.947063.5045

#bbc23b color RGB value is (187,194,59).

#bbc23b hex color red value is 187, green value is 194 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #bbc23b hue: 0.18 , saturation: 0.53 and the lightness value of bbc23b is 0.50.

The process color (four color CMYK) of #bbc23b color hex is 0.04, 0.00, 0.70, 0.24. Web safe color of #bbc23b is #cccc33. Color #bbc23b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000010 00111011
Octal 273 302 73
Decimal 187 194 59
Hex BB C2 3B

RGB Percentages of Color #bbc23b

%42.50
%44.09
%13.41

CMYK Percentages of Color #bbc23b

%4
%0
%70
%24

Triadic Colors of #bbc23b

#bbc23b #3bbbc2 #c23bbb

Analogous Colors of #bbc23b

#bbc23b #78c23b #c2863b

Monochromatic Colors of #bbc23b

#bbc23b

Complementary Color

#bbc23b #423bc2

#bbc23b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc23b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc23b Color CSS Codes

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

#bbc23b Text Font Color

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

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


#bbc23b Background Color

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

This div background color is #bbc23b


#bbc23b Border Color

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

This div border color is #bbc23b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc23b


Comments

No comments written yet.

Please login to write comment.