Color Hex Logo

#12dbaa Color Hex

#12DBAA
(18,219,170)
0 Favorites   0 Comments

Color spaces of #12dbaa

RGB 18219170
HSL0.460.850.46
HSV165°92°86°
CMYK 0.920.000.22   0.14
XYZ32.836753.693946.6635
Yxy53.69390.24650.4031
Hunter Lab73.2761-48.243313.5364
CIE-Lab78.2829-55.550811.7679

#12dbaa color RGB value is (18,219,170).

#12dbaa hex color red value is 18, green value is 219 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #12dbaa hue: 0.46 , saturation: 0.85 and the lightness value of 12dbaa is 0.46.

The process color (four color CMYK) of #12dbaa color hex is 0.92, 0.00, 0.22, 0.14. Web safe color of #12dbaa is #00cc99. Color #12dbaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 11011011 10101010
Octal 22 333 252
Decimal 18 219 170
Hex 12 DB AA

RGB Percentages of Color #12dbaa

%4.42
%53.81
%41.77

CMYK Percentages of Color #12dbaa

%92
%0
%22
%14

Triadic Colors of #12dbaa

#12dbaa #aa12db #dbaa12

Analogous Colors of #12dbaa

#12dbaa #12a8db #12db46

Monochromatic Colors of #12dbaa

#12dbaa

Complementary Color

#12dbaa #db1243

#12dbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12dbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#12dbaa Color CSS Codes

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

#12dbaa Text Font Color

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

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


#12dbaa Background Color

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

This div background color is #12dbaa


#12dbaa Border Color

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

This div border color is #12dbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12dbaa


Comments

No comments written yet.

Please login to write comment.