Color Hex Logo

#b2c01a Color Hex

#B2C01A
(178,192,26)
0 Favorites   0 Comments

Color spaces of #b2c01a

RGB 17819226
HSL0.180.760.43
HSV65°86°75°
CMYK 0.070.000.86   0.25
XYZ37.396247.23888.1243
Yxy47.23880.40320.5093
Hunter Lab68.7305-23.156741.1030
CIE-Lab74.3423-23.025271.5638

#b2c01a color RGB value is (178,192,26).

#b2c01a hex color red value is 178, green value is 192 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #b2c01a hue: 0.18 , saturation: 0.76 and the lightness value of b2c01a is 0.43.

The process color (four color CMYK) of #b2c01a color hex is 0.07, 0.00, 0.86, 0.25. Web safe color of #b2c01a is #99cc33. Color #b2c01a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11000000 00011010
Octal 262 300 32
Decimal 178 192 26
Hex B2 C0 1A

RGB Percentages of Color #b2c01a

%44.95
%48.48
%6.57

CMYK Percentages of Color #b2c01a

%7
%0
%86
%25

Triadic Colors of #b2c01a

#b2c01a #1ab2c0 #c01ab2

Analogous Colors of #b2c01a

#b2c01a #5fc01a #c07b1a

Monochromatic Colors of #b2c01a

#b2c01a

Complementary Color

#b2c01a #281ac0

#b2c01a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2c01a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2c01a Color CSS Codes

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

#b2c01a Text Font Color

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

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


#b2c01a Background Color

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

This div background color is #b2c01a


#b2c01a Border Color

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

This div border color is #b2c01a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2c01a


Comments

No comments written yet.

Please login to write comment.