color codes Logo

#b2c60b color codes

#B2C60B
(178,198,11)
0 Favorites   0 Comments

Color spaces of #b2c60b

RGB 17819811
HSL0.180.890.41
HSV66°94°78°
CMYK 0.100.000.94   0.22
XYZ38.614649.87737.9087
Yxy49.87730.40060.5174
Hunter Lab70.6239-25.994342.7972
CIE-Lab75.9939-26.207875.1630

#b2c60b color RGB value is (178,198,11).

#b2c60b hex color red value is 178, green value is 198 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #b2c60b hue: 0.18 , saturation: 0.89 and the lightness value of b2c60b is 0.41.

The process color (four color CMYK) of #b2c60b color code is 0.10, 0.00, 0.94, 0.22. Web safe color of #b2c60b is #99cc00. Color #b2c60b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11000110 00001011
Octal 262 306 13
Decimal 178 198 11
Hex B2 C6 B

RGB Percentages of Color #b2c60b

%45.99
%51.16
%2.84

CMYK Percentages of Color #b2c60b

%10
%0
%94
%22

Triadic Colors of #b2c60b

#b2c60b #0bb2c6 #c60bb2

Analogous Colors of #b2c60b

#b2c60b #55c60b #c67d0b

Monochromatic Colors of #b2c60b

#b2c60b

Complementary Color

#b2c60b #1f0bc6

#b2c60b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2c60b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2c60b Color CSS Codes

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

#b2c60b Text Font Color

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

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


#b2c60b Background Color

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

This div background color is #b2c60b


#b2c60b Border Color

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

This div border color is #b2c60b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,198,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b2c60b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b2c60b;
  -webkit-box-shadow: 1px 1px 3px 2px #b2c60b;
  box-shadow:         1px 1px 3px 2px #b2c60b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,198,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2c60b


Comments

No comments written yet.

Please login to write comment.