Color Hex Logo

#12e710 Color Hex

#12E710
(18,231,16)
0 Favorites   0 Comments

Color spaces of #12e710

RGB 1823116
HSL0.330.870.48
HSV119°93°91°
CMYK 0.920.000.93   0.09
XYZ28.918957.317810.0295
Yxy57.31780.30040.5954
Hunter Lab75.7085-64.307045.1415
CIE-Lab80.3580-79.043375.8105

#12e710 color RGB value is (18,231,16).

#12e710 hex color red value is 18, green value is 231 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #12e710 hue: 0.33 , saturation: 0.87 and the lightness value of 12e710 is 0.48.

The process color (four color CMYK) of #12e710 color hex is 0.92, 0.00, 0.93, 0.09. Web safe color of #12e710 is #00ff00. Color #12e710 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 11100111 00010000
Octal 22 347 20
Decimal 18 231 16
Hex 12 E7 10

RGB Percentages of Color #12e710

%6.79
%87.17
%6.04

CMYK Percentages of Color #12e710

%92
%0
%93
%9

Triadic Colors of #12e710

#12e710 #1012e7 #e71012

Analogous Colors of #12e710

#12e710 #10e77a #7ee710

Monochromatic Colors of #12e710

#12e710

Complementary Color

#12e710 #e510e7

#12e710 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12e710 Color Preview on White Background

Lorem ipsum dolor sit amet.

#12e710 Color CSS Codes

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

#12e710 Text Font Color

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

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


#12e710 Background Color

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

This div background color is #12e710


#12e710 Border Color

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

This div border color is #12e710


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12e710


Comments

No comments written yet.

Please login to write comment.