Color Hex Logo

#b2c70e Color Hex

#B2C70E
(178,199,14)
0 Favorites   0 Comments

Color spaces of #b2c70e

RGB 17819914
HSL0.190.870.42
HSV67°93°78°
CMYK 0.110.000.93   0.22
XYZ38.862850.34358.0845
Yxy50.34350.39940.5175
Hunter Lab70.9532-26.399142.9116
CIE-Lab76.2796-26.647675.0418

#b2c70e color RGB value is (178,199,14).

#b2c70e hex color red value is 178, green value is 199 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #b2c70e hue: 0.19 , saturation: 0.87 and the lightness value of b2c70e is 0.42.

The process color (four color CMYK) of #b2c70e color hex is 0.11, 0.00, 0.93, 0.22. Web safe color of #b2c70e is #99cc00. Color #b2c70e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11000111 00001110
Octal 262 307 16
Decimal 178 199 14
Hex B2 C7 E

RGB Percentages of Color #b2c70e

%45.52
%50.90
%3.58

CMYK Percentages of Color #b2c70e

%11
%0
%93
%22

Triadic Colors of #b2c70e

#b2c70e #0eb2c7 #c70eb2

Analogous Colors of #b2c70e

#b2c70e #56c70e #c7800e

Monochromatic Colors of #b2c70e

#b2c70e

Complementary Color

#b2c70e #230ec7

#b2c70e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2c70e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2c70e Color CSS Codes

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

#b2c70e Text Font Color

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

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


#b2c70e Background Color

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

This div background color is #b2c70e


#b2c70e Border Color

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

This div border color is #b2c70e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2c70e


Comments

No comments written yet.

Please login to write comment.