Color Hex Logo

#12d68e Color Hex

#12D68E
(18,214,142)
0 Favorites   0 Comments

Color spaces of #12d68e

RGB 18214142
HSL0.440.840.45
HSV158°92°84°
CMYK 0.920.000.34   0.16
XYZ29.178550.174733.7380
Yxy50.17470.25800.4437
Hunter Lab70.8341-50.430721.3443
CIE-Lab76.1764-60.015723.5878

#12d68e color RGB value is (18,214,142).

#12d68e hex color red value is 18, green value is 214 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #12d68e hue: 0.44 , saturation: 0.84 and the lightness value of 12d68e is 0.45.

The process color (four color CMYK) of #12d68e color hex is 0.92, 0.00, 0.34, 0.16. Web safe color of #12d68e is #00cc99. Color #12d68e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 11010110 10001110
Octal 22 326 216
Decimal 18 214 142
Hex 12 D6 8E

RGB Percentages of Color #12d68e

%4.81
%57.22
%37.97

CMYK Percentages of Color #12d68e

%92
%0
%34
%16

Triadic Colors of #12d68e

#12d68e #8e12d6 #d68e12

Analogous Colors of #12d68e

#12d68e #12bcd6 #12d62c

Monochromatic Colors of #12d68e

#12d68e

Complementary Color

#12d68e #d6125a

#12d68e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12d68e Color Preview on White Background

Lorem ipsum dolor sit amet.

#12d68e Color CSS Codes

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

#12d68e Text Font Color

<p style="color:#12d68e">Text here</p>

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


#12d68e Background Color

<div style="background-color:#12d68e">
Div content here</div>

This div background color is #12d68e


#12d68e Border Color

<div style="border:3px solid #12d68e">
Div here</div>

This div border color is #12d68e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,214,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #12d68e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #12d68e;
  -webkit-box-shadow: 1px 1px 3px 2px #12d68e;
  box-shadow:         1px 1px 3px 2px #12d68e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,214,142, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12d68e


Comments

No comments written yet.

Please login to write comment.