Color Hex Logo

#b2df56 Color Hex

#B2DF56
(178,223,86)
0 Favorites   0 Comments

Color spaces of #b2df56

RGB 17822386
HSL0.220.680.61
HSV80°61°87°
CMYK 0.200.000.61   0.13
XYZ46.427562.912218.5004
Yxy62.91220.36320.4921
Hunter Lab79.3172-34.322041.6929
CIE-Lab83.3962-34.656060.5989

#b2df56 color RGB value is (178,223,86).

#b2df56 hex color red value is 178, green value is 223 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #b2df56 hue: 0.22 , saturation: 0.68 and the lightness value of b2df56 is 0.61.

The process color (four color CMYK) of #b2df56 color hex is 0.20, 0.00, 0.61, 0.13. Web safe color of #b2df56 is #99cc66. Color #b2df56 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11011111 01010110
Octal 262 337 126
Decimal 178 223 86
Hex B2 DF 56

RGB Percentages of Color #b2df56

%36.55
%45.79
%17.66

CMYK Percentages of Color #b2df56

%20
%0
%61
%13

Triadic Colors of #b2df56

#b2df56 #56b2df #df56b2

Analogous Colors of #b2df56

#b2df56 #6edf56 #dfc856

Monochromatic Colors of #b2df56

#b2df56

Complementary Color

#b2df56 #8356df

#b2df56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2df56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2df56 Color CSS Codes

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

#b2df56 Text Font Color

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

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


#b2df56 Background Color

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

This div background color is #b2df56


#b2df56 Border Color

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

This div border color is #b2df56


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2df56


Comments

No comments written yet.

Please login to write comment.