Color Hex Logo

#b2f979 Color Hex

#B2F979
(178,249,121)
0 Favorites   0 Comments

Color spaces of #b2f979

RGB 178249121
HSL0.260.910.73
HSV93°51°98°
CMYK 0.290.000.51   0.02
XYZ55.687078.596830.3249
Yxy78.59680.33830.4775
Hunter Lab88.6548-43.024341.7779
CIE-Lab91.0515-43.045053.9616

#b2f979 color RGB value is (178,249,121).

#b2f979 hex color red value is 178, green value is 249 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #b2f979 hue: 0.26 , saturation: 0.91 and the lightness value of b2f979 is 0.73.

The process color (four color CMYK) of #b2f979 color hex is 0.29, 0.00, 0.51, 0.02. Web safe color of #b2f979 is #99ff66. Color #b2f979 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11111001 01111001
Octal 262 371 171
Decimal 178 249 121
Hex B2 F9 79

RGB Percentages of Color #b2f979

%32.48
%45.44
%22.08

CMYK Percentages of Color #b2f979

%29
%0
%51
%2

Triadic Colors of #b2f979

#b2f979 #79b2f9 #f979b2

Analogous Colors of #b2f979

#b2f979 #79f980 #f2f979

Monochromatic Colors of #b2f979

#b2f979

Complementary Color

#b2f979 #c079f9

#b2f979 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2f979 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2f979 Color CSS Codes

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

#b2f979 Text Font Color

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

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


#b2f979 Background Color

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

This div background color is #b2f979


#b2f979 Border Color

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

This div border color is #b2f979


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2f979


Comments

No comments written yet.

Please login to write comment.