Color Hex Logo

#68e12e Color Hex

#68E12E
(104,225,46)
0 Favorites   0 Comments

Color spaces of #68e12e

RGB 10422546
HSL0.280.750.53
HSV101°80°88°
CMYK 0.540.000.80   0.12
XYZ33.127356.990711.8391
Yxy56.99070.32490.5590
Hunter Lab75.4922-53.782443.5463
CIE-Lab80.1744-62.671770.3590

#68e12e color RGB value is (104,225,46).

#68e12e hex color red value is 104, green value is 225 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #68e12e hue: 0.28 , saturation: 0.75 and the lightness value of 68e12e is 0.53.

The process color (four color CMYK) of #68e12e color hex is 0.54, 0.00, 0.80, 0.12. Web safe color of #68e12e is #66cc33. Color #68e12e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 11100001 00101110
Octal 150 341 56
Decimal 104 225 46
Hex 68 E1 2E

RGB Percentages of Color #68e12e

%27.73
%60.00
%12.27

CMYK Percentages of Color #68e12e

%54
%0
%80
%12

Triadic Colors of #68e12e

#68e12e #2e68e1 #e12e68

Analogous Colors of #68e12e

#68e12e #2ee14d #c2e12e

Monochromatic Colors of #68e12e

#68e12e

Complementary Color

#68e12e #a72ee1

#68e12e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68e12e Color Preview on White Background

Lorem ipsum dolor sit amet.

#68e12e Color CSS Codes

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

#68e12e Text Font Color

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

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


#68e12e Background Color

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

This div background color is #68e12e


#68e12e Border Color

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

This div border color is #68e12e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,225,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #68e12e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #68e12e;
  -webkit-box-shadow: 1px 1px 3px 2px #68e12e;
  box-shadow:         1px 1px 3px 2px #68e12e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,225,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68e12e


Comments

No comments written yet.

Please login to write comment.