Color Hex Logo

#8bf55c Color Hex

#8BF55C
(139,245,92)
0 Favorites   0 Comments

Color spaces of #8bf55c

RGB 13924592
HSL0.280.880.66
HSV102°62°96°
CMYK 0.430.000.62   0.04
XYZ45.231671.566521.5550
Yxy71.56650.32690.5173
Hunter Lab84.5970-52.605944.1110
CIE-Lab87.7595-56.874062.3331

#8bf55c color RGB value is (139,245,92).

#8bf55c hex color red value is 139, green value is 245 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #8bf55c hue: 0.28 , saturation: 0.88 and the lightness value of 8bf55c is 0.66.

The process color (four color CMYK) of #8bf55c color hex is 0.43, 0.00, 0.62, 0.04. Web safe color of #8bf55c is #99ff66. Color #8bf55c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 11110101 01011100
Octal 213 365 134
Decimal 139 245 92
Hex 8B F5 5C

RGB Percentages of Color #8bf55c

%29.20
%51.47
%19.33

CMYK Percentages of Color #8bf55c

%43
%0
%62
%4

Triadic Colors of #8bf55c

#8bf55c #5c8bf5 #f55c8b

Analogous Colors of #8bf55c

#8bf55c #5cf57a #d8f55c

Monochromatic Colors of #8bf55c

#8bf55c

Complementary Color

#8bf55c #c65cf5

#8bf55c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bf55c Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bf55c Color CSS Codes

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

#8bf55c Text Font Color

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

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


#8bf55c Background Color

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

This div background color is #8bf55c


#8bf55c Border Color

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

This div border color is #8bf55c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(139,245,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8bf55c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8bf55c;
  -webkit-box-shadow: 1px 1px 3px 2px #8bf55c;
  box-shadow:         1px 1px 3px 2px #8bf55c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,245,92, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bf55c


Comments

No comments written yet.

Please login to write comment.