Color Hex Logo

#6ef12b Color Hex

#6EF12B
(110,241,43)
0 Favorites   0 Comments

Color spaces of #6ef12b

RGB 11024143
HSL0.280.880.56
HSV100°82°95°
CMYK 0.540.000.82   0.05
XYZ38.321766.400013.0822
Yxy66.40000.32530.5636
Hunter Lab81.4862-58.655047.5216
CIE-Lab85.2000-66.828175.7935

#6ef12b color RGB value is (110,241,43).

#6ef12b hex color red value is 110, green value is 241 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #6ef12b hue: 0.28 , saturation: 0.88 and the lightness value of 6ef12b is 0.56.

The process color (four color CMYK) of #6ef12b color hex is 0.54, 0.00, 0.82, 0.05. Web safe color of #6ef12b is #66ff33. Color #6ef12b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 11110001 00101011
Octal 156 361 53
Decimal 110 241 43
Hex 6E F1 2B

RGB Percentages of Color #6ef12b

%27.92
%61.17
%10.91

CMYK Percentages of Color #6ef12b

%54
%0
%82
%5

Triadic Colors of #6ef12b

#6ef12b #2b6ef1 #f12b6e

Analogous Colors of #6ef12b

#6ef12b #2bf14b #d1f12b

Monochromatic Colors of #6ef12b

#6ef12b

Complementary Color

#6ef12b #ae2bf1

#6ef12b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ef12b Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ef12b Color CSS Codes

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

#6ef12b Text Font Color

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

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


#6ef12b Background Color

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

This div background color is #6ef12b


#6ef12b Border Color

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

This div border color is #6ef12b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(110,241,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6ef12b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6ef12b;
  -webkit-box-shadow: 1px 1px 3px 2px #6ef12b;
  box-shadow:         1px 1px 3px 2px #6ef12b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(110,241,43, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ef12b


Comments

No comments written yet.

Please login to write comment.