Color Hex Logo

#b2c50a Color Hex

#B2C50A
(178,197,10)
0 Favorites   0 Comments

Color spaces of #b2c50a

RGB 17819710
HSL0.180.900.41
HSV66°95°77°
CMYK 0.100.000.95   0.23
XYZ38.381149.41947.8032
Yxy49.41940.40150.5169
Hunter Lab70.2989-25.567542.6280
CIE-Lab75.7115-25.738575.0488

#b2c50a color RGB value is (178,197,10).

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

The process color (four color CMYK) of #b2c50a color hex is 0.10, 0.00, 0.95, 0.23. Web safe color of #b2c50a is #99cc00. Color #b2c50a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11000101 00001010
Octal 262 305 12
Decimal 178 197 10
Hex B2 C5 A

RGB Percentages of Color #b2c50a

%46.23
%51.17
%2.60

CMYK Percentages of Color #b2c50a

%10
%0
%95
%23

Triadic Colors of #b2c50a

#b2c50a #0ab2c5 #c50ab2

Analogous Colors of #b2c50a

#b2c50a #54c50a #c57b0a

Monochromatic Colors of #b2c50a

#b2c50a

Complementary Color

#b2c50a #1d0ac5

#b2c50a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2c50a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2c50a Color CSS Codes

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

#b2c50a Text Font Color

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

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


#b2c50a Background Color

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

This div background color is #b2c50a


#b2c50a Border Color

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

This div border color is #b2c50a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2c50a


Comments

No comments written yet.

Please login to write comment.