Color Hex Logo

#12e082 Color Hex

#12E082
(18,224,130)
0 Favorites   0 Comments

Color spaces of #12e082

RGB 18224130
HSL0.420.850.47
HSV153°92°88°
CMYK 0.920.000.42   0.12
XYZ30.934455.051630.1147
Yxy55.05160.26640.4742
Hunter Lab74.1968-55.423427.8733
CIE-Lab79.0710-65.857933.6080

#12e082 color RGB value is (18,224,130).

#12e082 hex color red value is 18, green value is 224 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #12e082 hue: 0.42 , saturation: 0.85 and the lightness value of 12e082 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 11100000 10000010
Octal 22 340 202
Decimal 18 224 130
Hex 12 E0 82

RGB Percentages of Color #12e082

%4.84
%60.22
%34.95

CMYK Percentages of Color #12e082

%92
%0
%42
%12

Triadic Colors of #12e082

#12e082 #8212e0 #e08212

Analogous Colors of #12e082

#12e082 #12d7e0 #12e01b

Monochromatic Colors of #12e082

#12e082

Complementary Color

#12e082 #e01270

#12e082 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12e082 Color Preview on White Background

Lorem ipsum dolor sit amet.

#12e082 Color CSS Codes

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

#12e082 Text Font Color

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

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


#12e082 Background Color

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

This div background color is #12e082


#12e082 Border Color

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

This div border color is #12e082


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12e082


Comments

No comments written yet.

Please login to write comment.