Color Hex Logo

#b3e75f Color Hex

#B3E75F
(179,231,95)
0 Favorites   0 Comments

Color spaces of #b3e75f

RGB 17923195
HSL0.230.740.64
HSV83°59°91°
CMYK 0.230.000.59   0.09
XYZ49.231967.561821.2724
Yxy67.56180.35660.4893
Hunter Lab82.1960-36.929142.1929
CIE-Lab85.7869-37.186759.4436

#b3e75f color RGB value is (179,231,95).

#b3e75f hex color red value is 179, green value is 231 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #b3e75f hue: 0.23 , saturation: 0.74 and the lightness value of b3e75f is 0.64.

The process color (four color CMYK) of #b3e75f color hex is 0.23, 0.00, 0.59, 0.09. Web safe color of #b3e75f is #ccff66. Color #b3e75f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 11100111 01011111
Octal 263 347 137
Decimal 179 231 95
Hex B3 E7 5F

RGB Percentages of Color #b3e75f

%35.45
%45.74
%18.81

CMYK Percentages of Color #b3e75f

%23
%0
%59
%9

Triadic Colors of #b3e75f

#b3e75f #5fb3e7 #e75fb3

Analogous Colors of #b3e75f

#b3e75f #6fe75f #e7d75f

Monochromatic Colors of #b3e75f

#b3e75f

Complementary Color

#b3e75f #935fe7

#b3e75f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3e75f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3e75f Color CSS Codes

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

#b3e75f Text Font Color

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

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


#b3e75f Background Color

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

This div background color is #b3e75f


#b3e75f Border Color

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

This div border color is #b3e75f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,231,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b3e75f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b3e75f;
  -webkit-box-shadow: 1px 1px 3px 2px #b3e75f;
  box-shadow:         1px 1px 3px 2px #b3e75f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,231,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3e75f


Comments

No comments written yet.

Please login to write comment.