Color Hex Logo

#12eea0 Color Hex

#12EEA0
(18,238,160)
0 Favorites   0 Comments

Color spaces of #12eea0

RGB 18238160
HSL0.440.870.50
HSV159°92°93°
CMYK 0.920.000.33   0.07
XYZ37.169263.815743.6164
Yxy63.81570.25700.4413
Hunter Lab79.8847-56.744823.5475
CIE-Lab83.8697-64.834724.7567

#12eea0 color RGB value is (18,238,160).

#12eea0 hex color red value is 18, green value is 238 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #12eea0 hue: 0.44 , saturation: 0.87 and the lightness value of 12eea0 is 0.50.

The process color (four color CMYK) of #12eea0 color hex is 0.92, 0.00, 0.33, 0.07. Web safe color of #12eea0 is #00ff99. Color #12eea0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 11101110 10100000
Octal 22 356 240
Decimal 18 238 160
Hex 12 EE A0

RGB Percentages of Color #12eea0

%4.33
%57.21
%38.46

CMYK Percentages of Color #12eea0

%92
%0
%33
%7

Triadic Colors of #12eea0

#12eea0 #a012ee #eea012

Analogous Colors of #12eea0

#12eea0 #12ceee #12ee32

Monochromatic Colors of #12eea0

#12eea0

Complementary Color

#12eea0 #ee1260

#12eea0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12eea0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#12eea0 Color CSS Codes

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

#12eea0 Text Font Color

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

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


#12eea0 Background Color

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

This div background color is #12eea0


#12eea0 Border Color

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

This div border color is #12eea0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12eea0


Comments

No comments written yet.

Please login to write comment.