Color Hex Logo

#12abaa Color Hex

#12ABAA
(18,171,170)
0 Favorites   0 Comments

Color spaces of #12abaa

RGB 18171170
HSL0.500.810.37
HSV180°89°67°
CMYK 0.890.000.01   0.33
XYZ22.068132.156743.0740
Yxy32.15670.22680.3305
Hunter Lab56.7069-29.7718-5.3413
CIE-Lab63.4722-35.2410-9.7978

#12abaa color RGB value is (18,171,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 10101011 10101010
Octal 22 253 252
Decimal 18 171 170
Hex 12 AB AA

RGB Percentages of Color #12abaa

%5.01
%47.63
%47.35

CMYK Percentages of Color #12abaa

%89
%0
%1
%33

Triadic Colors of #12abaa

#12abaa #aa12ab #abaa12

Analogous Colors of #12abaa

#12abaa #125fab #12ab5e

Monochromatic Colors of #12abaa

#12abaa

Complementary Color

#12abaa #ab1213

#12abaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12abaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#12abaa Color CSS Codes

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

#12abaa Text Font Color

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

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


#12abaa Background Color

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

This div background color is #12abaa


#12abaa Border Color

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

This div border color is #12abaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12abaa


Comments

No comments written yet.

Please login to write comment.