Color Hex Logo

#12aca9 Color Hex

#12ACA9
(18,172,169)
0 Favorites   0 Comments

Color spaces of #12aca9

RGB 18172169
HSL0.500.810.37
HSV179°90°67°
CMYK 0.900.000.02   0.33
XYZ22.163432.498242.6408
Yxy32.49820.22780.3340
Hunter Lab57.0072-30.3649-4.4433
CIE-Lab63.7525-36.0076-8.8206

#12aca9 color RGB value is (18,172,169).

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

The process color (four color CMYK) of #12aca9 color hex is 0.90, 0.00, 0.02, 0.33. Web safe color of #12aca9 is #009999. Color #12aca9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10101100 10101001
Octal 22 254 251
Decimal 18 172 169
Hex 12 AC A9

RGB Percentages of Color #12aca9

%5.01
%47.91
%47.08

CMYK Percentages of Color #12aca9

%90
%0
%2
%33

Triadic Colors of #12aca9

#12aca9 #a912ac #aca912

Analogous Colors of #12aca9

#12aca9 #1262ac #12ac5c

Monochromatic Colors of #12aca9

#12aca9

Complementary Color

#12aca9 #ac1215

#12aca9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12aca9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#12aca9 Color CSS Codes

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

#12aca9 Text Font Color

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

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


#12aca9 Background Color

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

This div background color is #12aca9


#12aca9 Border Color

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

This div border color is #12aca9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12aca9


Comments

No comments written yet.

Please login to write comment.