Color Hex Logo

#bbc126 Color Hex

#BBC126
(187,193,38)
0 Favorites   0 Comments

Color spaces of #bbc126

RGB 18719338
HSL0.170.670.45
HSV62°80°76°
CMYK 0.030.000.80   0.24
XYZ39.913348.84479.1580
Yxy48.84470.40760.4988
Hunter Lab69.8890-20.365141.1531
CIE-Lab75.3546-19.346469.8798

#bbc126 color RGB value is (187,193,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000001 00100110
Octal 273 301 46
Decimal 187 193 38
Hex BB C1 26

RGB Percentages of Color #bbc126

%44.74
%46.17
%9.09

CMYK Percentages of Color #bbc126

%3
%0
%80
%24

Triadic Colors of #bbc126

#bbc126 #26bbc1 #c126bb

Analogous Colors of #bbc126

#bbc126 #6ec126 #c17a26

Monochromatic Colors of #bbc126

#bbc126

Complementary Color

#bbc126 #2c26c1

#bbc126 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc126 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc126 Color CSS Codes

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

#bbc126 Text Font Color

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

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


#bbc126 Background Color

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

This div background color is #bbc126


#bbc126 Border Color

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

This div border color is #bbc126


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc126


Comments

No comments written yet.

Please login to write comment.