Color Hex Logo

#6fe80b Color Hex

#6FE80B
(111,232,11)
0 Favorites   0 Comments

Color spaces of #6fe80b

RGB 11123211
HSL0.260.910.48
HSV93°95°91°
CMYK 0.520.000.95   0.09
XYZ35.472661.116910.2438
Yxy61.11690.33200.5721
Hunter Lab78.1773-55.816746.9552
CIE-Lab82.4415-64.328978.7640

#6fe80b color RGB value is (111,232,11).

#6fe80b hex color red value is 111, green value is 232 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #6fe80b hue: 0.26 , saturation: 0.91 and the lightness value of 6fe80b is 0.48.

The process color (four color CMYK) of #6fe80b color hex is 0.52, 0.00, 0.95, 0.09. Web safe color of #6fe80b is #66ff00. Color #6fe80b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 11101000 00001011
Octal 157 350 13
Decimal 111 232 11
Hex 6F E8 B

RGB Percentages of Color #6fe80b

%31.36
%65.54
%3.11

CMYK Percentages of Color #6fe80b

%52
%0
%95
%9

Triadic Colors of #6fe80b

#6fe80b #0b6fe8 #e80b6f

Analogous Colors of #6fe80b

#6fe80b #0be815 #dee80b

Monochromatic Colors of #6fe80b

#6fe80b

Complementary Color

#6fe80b #840be8

#6fe80b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fe80b Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fe80b Color CSS Codes

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

#6fe80b Text Font Color

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

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


#6fe80b Background Color

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

This div background color is #6fe80b


#6fe80b Border Color

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

This div border color is #6fe80b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(111,232,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6fe80b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6fe80b;
  -webkit-box-shadow: 1px 1px 3px 2px #6fe80b;
  box-shadow:         1px 1px 3px 2px #6fe80b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,232,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fe80b


Comments

No comments written yet.

Please login to write comment.