Color Hex Logo

#12ab74 Color Hex

#12AB74
(18,171,116)
0 Favorites   0 Comments

Color spaces of #12ab74

RGB 18171116
HSL0.440.810.37
HSV158°89°67°
CMYK 0.890.000.32   0.33
XYZ17.964730.515421.4662
Yxy30.51540.25680.4363
Hunter Lab55.2407-38.621815.6288
CIE-Lab62.0964-49.678418.2466

#12ab74 color RGB value is (18,171,116).

#12ab74 hex color red value is 18, green value is 171 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #12ab74 hue: 0.44 , saturation: 0.81 and the lightness value of 12ab74 is 0.37.

The process color (four color CMYK) of #12ab74 color hex is 0.89, 0.00, 0.32, 0.33. Web safe color of #12ab74 is #009966. Color #12ab74 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10101011 01110100
Octal 22 253 164
Decimal 18 171 116
Hex 12 AB 74

RGB Percentages of Color #12ab74

%5.90
%56.07
%38.03

CMYK Percentages of Color #12ab74

%89
%0
%32
%33

Triadic Colors of #12ab74

#12ab74 #7412ab #ab7412

Analogous Colors of #12ab74

#12ab74 #1296ab #12ab28

Monochromatic Colors of #12ab74

#12ab74

Complementary Color

#12ab74 #ab1249

#12ab74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12ab74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#12ab74 Color CSS Codes

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

#12ab74 Text Font Color

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

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


#12ab74 Background Color

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

This div background color is #12ab74


#12ab74 Border Color

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

This div border color is #12ab74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12ab74


Comments

No comments written yet.

Please login to write comment.