Color Hex Logo

#6be80b Color Hex

#6BE80B
(107,232,11)
0 Favorites   0 Comments

Color spaces of #6be80b

RGB 10723211
HSL0.260.910.48
HSV94°95°91°
CMYK 0.540.000.95   0.09
XYZ34.980460.863210.2207
Yxy60.86320.32980.5738
Hunter Lab78.0149-56.490046.8428
CIE-Lab82.3051-65.413778.5973

#6be80b color RGB value is (107,232,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11101000 00001011
Octal 153 350 13
Decimal 107 232 11
Hex 6B E8 B

RGB Percentages of Color #6be80b

%30.57
%66.29
%3.14

CMYK Percentages of Color #6be80b

%54
%0
%95
%9

Triadic Colors of #6be80b

#6be80b #0b6be8 #e80b6b

Analogous Colors of #6be80b

#6be80b #0be819 #dae80b

Monochromatic Colors of #6be80b

#6be80b

Complementary Color

#6be80b #880be8

#6be80b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6be80b Color Preview on White Background

Lorem ipsum dolor sit amet.

#6be80b Color CSS Codes

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

#6be80b Text Font Color

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

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


#6be80b Background Color

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

This div background color is #6be80b


#6be80b Border Color

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

This div border color is #6be80b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,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 #6be80b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6be80b


Comments

No comments written yet.

Please login to write comment.