Color Hex Logo

#12ab68 Color Hex

#12AB68
(18,171,104)
0 Favorites   0 Comments

Color spaces of #12ab68

RGB 18171104
HSL0.430.810.37
HSV154°89°67°
CMYK 0.890.000.39   0.33
XYZ17.311130.253918.0239
Yxy30.25390.26390.4613
Hunter Lab55.0035-40.077419.0740
CIE-Lab61.8727-52.237124.4488

#12ab68 color RGB value is (18,171,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 10101011 01101000
Octal 22 253 150
Decimal 18 171 104
Hex 12 AB 68

RGB Percentages of Color #12ab68

%6.14
%58.36
%35.49

CMYK Percentages of Color #12ab68

%89
%0
%39
%33

Triadic Colors of #12ab68

#12ab68 #6812ab #ab6812

Analogous Colors of #12ab68

#12ab68 #12a2ab #12ab1c

Monochromatic Colors of #12ab68

#12ab68

Complementary Color

#12ab68 #ab1255

#12ab68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12ab68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#12ab68 Color CSS Codes

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

#12ab68 Text Font Color

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

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


#12ab68 Background Color

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

This div background color is #12ab68


#12ab68 Border Color

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

This div border color is #12ab68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12ab68


Comments

No comments written yet.

Please login to write comment.