Color Hex Logo

#12acac Color Hex

#12ACAC
(18,172,172)
0 Favorites   0 Comments

Color spaces of #12acac

RGB 18172172
HSL0.500.810.37
HSV180°90°67°
CMYK 0.900.000.00   0.33
XYZ22.448432.612244.1414
Yxy32.61220.22630.3287
Hunter Lab57.1071-29.7703-5.8537
CIE-Lab63.8457-35.0956-10.3567

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 10101100 10101100
Octal 22 254 254
Decimal 18 172 172
Hex 12 AC AC

RGB Percentages of Color #12acac

%4.97
%47.51
%47.51

CMYK Percentages of Color #12acac

%90
%0
%0
%33

Triadic Colors of #12acac

#12acac #ac12ac #acac12

Analogous Colors of #12acac

#12acac #125fac #12ac5f

Monochromatic Colors of #12acac

#12acac

Complementary Color

#12acac #ac1212

#12acac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12acac Color Preview on White Background

Lorem ipsum dolor sit amet.

#12acac Color CSS Codes

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

#12acac Text Font Color

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

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


#12acac Background Color

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

This div background color is #12acac


#12acac Border Color

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

This div border color is #12acac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12acac


Comments

No comments written yet.

Please login to write comment.