Color Hex Logo

#bbc128 Color Hex

#BBC128
(187,193,40)
0 Favorites   0 Comments

Color spaces of #bbc128

RGB 18719340
HSL0.170.660.46
HSV62°79°76°
CMYK 0.030.000.79   0.24
XYZ39.946548.85799.3326
Yxy48.85790.40700.4979
Hunter Lab69.8984-20.310641.0127
CIE-Lab75.3628-19.278169.3406

#bbc128 color RGB value is (187,193,40).

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

The process color (four color CMYK) of #bbc128 color hex is 0.03, 0.00, 0.79, 0.24. Web safe color of #bbc128 is #cccc33. Color #bbc128 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000001 00101000
Octal 273 301 50
Decimal 187 193 40
Hex BB C1 28

RGB Percentages of Color #bbc128

%44.52
%45.95
%9.52

CMYK Percentages of Color #bbc128

%3
%0
%79
%24

Triadic Colors of #bbc128

#bbc128 #28bbc1 #c128bb

Analogous Colors of #bbc128

#bbc128 #6fc128 #c17b28

Monochromatic Colors of #bbc128

#bbc128

Complementary Color

#bbc128 #2e28c1

#bbc128 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc128 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc128 Color CSS Codes

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

#bbc128 Text Font Color

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

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


#bbc128 Background Color

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

This div background color is #bbc128


#bbc128 Border Color

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

This div border color is #bbc128


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc128


Comments

No comments written yet.

Please login to write comment.