color codes Logo

#b2c43e color codes

#B2C43E
(178,196,62)
0 Favorites   0 Comments

Color spaces of #b2c43e

RGB 17819662
HSL0.190.530.51
HSV68°68°77°
CMYK 0.090.000.68   0.23
XYZ38.969549.292612.0179
Yxy49.29260.38860.4915
Hunter Lab70.2087-23.788438.9972
CIE-Lab75.6330-23.521162.0509

#b2c43e color RGB value is (178,196,62).

#b2c43e hex color red value is 178, green value is 196 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #b2c43e hue: 0.19 , saturation: 0.53 and the lightness value of b2c43e is 0.51.

The process color (four color CMYK) of #b2c43e color code is 0.09, 0.00, 0.68, 0.23. Web safe color of #b2c43e is #99cc33. Color #b2c43e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11000100 00111110
Octal 262 304 76
Decimal 178 196 62
Hex B2 C4 3E

RGB Percentages of Color #b2c43e

%40.83
%44.95
%14.22

CMYK Percentages of Color #b2c43e

%9
%0
%68
%23

Triadic Colors of #b2c43e

#b2c43e #3eb2c4 #c43eb2

Analogous Colors of #b2c43e

#b2c43e #6fc43e #c4933e

Monochromatic Colors of #b2c43e

#b2c43e

Complementary Color

#b2c43e #503ec4

#b2c43e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2c43e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2c43e Color CSS Codes

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

#b2c43e Text Font Color

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

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


#b2c43e Background Color

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

This div background color is #b2c43e


#b2c43e Border Color

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

This div border color is #b2c43e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2c43e


Comments

No comments written yet.

Please login to write comment.