Color Hex Logo

#b2df5e Color Hex

#B2DF5E
(178,223,94)
0 Favorites   0 Comments

Color spaces of #b2df5e

RGB 17822394
HSL0.220.670.62
HSV81°58°87°
CMYK 0.200.000.58   0.13
XYZ46.768263.048520.2943
Yxy63.04850.35940.4846
Hunter Lab79.4031-33.819440.4285
CIE-Lab83.4679-34.004357.2520

#b2df5e color RGB value is (178,223,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 11011111 01011110
Octal 262 337 136
Decimal 178 223 94
Hex B2 DF 5E

RGB Percentages of Color #b2df5e

%35.96
%45.05
%18.99

CMYK Percentages of Color #b2df5e

%20
%0
%58
%13

Triadic Colors of #b2df5e

#b2df5e #5eb2df #df5eb2

Analogous Colors of #b2df5e

#b2df5e #72df5e #dfcc5e

Monochromatic Colors of #b2df5e

#b2df5e

Complementary Color

#b2df5e #8b5edf

#b2df5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2df5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2df5e Color CSS Codes

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

#b2df5e Text Font Color

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

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


#b2df5e Background Color

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

This div background color is #b2df5e


#b2df5e Border Color

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

This div border color is #b2df5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2df5e


Comments

No comments written yet.

Please login to write comment.