Color Hex Logo

#12caac Color Hex

#12CAAC
(18,202,172)
0 Favorites   0 Comments

Color spaces of #12caac

RGB 18202172
HSL0.470.840.43
HSV170°91°79°
CMYK 0.910.000.15   0.21
XYZ28.816445.348246.2640
Yxy45.34820.23930.3766
Hunter Lab67.3411-41.46376.4059
CIE-Lab73.1206-48.24533.2989

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

#12caac hex color red value is 18, green value is 202 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #12caac hue: 0.47 , saturation: 0.84 and the lightness value of 12caac is 0.43.

The process color (four color CMYK) of #12caac color hex is 0.91, 0.00, 0.15, 0.21. Web safe color of #12caac is #00cc99. Color #12caac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 11001010 10101100
Octal 22 312 254
Decimal 18 202 172
Hex 12 CA AC

RGB Percentages of Color #12caac

%4.59
%51.53
%43.88

CMYK Percentages of Color #12caac

%91
%0
%15
%21

Triadic Colors of #12caac

#12caac #ac12ca #caac12

Analogous Colors of #12caac

#12caac #128cca #12ca50

Monochromatic Colors of #12caac

#12caac

Complementary Color

#12caac #ca1230

#12caac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12caac Color Preview on White Background

Lorem ipsum dolor sit amet.

#12caac Color CSS Codes

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

#12caac Text Font Color

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

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


#12caac Background Color

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

This div background color is #12caac


#12caac Border Color

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

This div border color is #12caac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,202,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 #12caac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12caac


Comments

No comments written yet.

Please login to write comment.