Color Hex Logo

#12acab Color Hex

#12ACAB
(18,172,171)
0 Favorites   0 Comments

Color spaces of #12acab

RGB 18172171
HSL0.500.810.37
HSV180°90°67°
CMYK 0.900.000.01   0.33
XYZ22.352732.573943.6374
Yxy32.57390.22680.3305
Hunter Lab57.0735-29.9697-5.3806
CIE-Lab63.8144-35.4006-9.8451

#12acab color RGB value is (18,172,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 10101100 10101011
Octal 22 254 253
Decimal 18 172 171
Hex 12 AC AB

RGB Percentages of Color #12acab

%4.99
%47.65
%47.37

CMYK Percentages of Color #12acab

%90
%0
%1
%33

Triadic Colors of #12acab

#12acab #ab12ac #acab12

Analogous Colors of #12acab

#12acab #1260ac #12ac5e

Monochromatic Colors of #12acab

#12acab

Complementary Color

#12acab #ac1213

#12acab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12acab Color Preview on White Background

Lorem ipsum dolor sit amet.

#12acab Color CSS Codes

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

#12acab Text Font Color

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

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


#12acab Background Color

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

This div background color is #12acab


#12acab Border Color

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

This div border color is #12acab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12acab


Comments

No comments written yet.

Please login to write comment.