Color Hex Logo

#12a393 Color Hex

#12A393
(18,163,147)
0 Favorites   0 Comments

Color spaces of #12a393

RGB 18163147
HSL0.480.800.35
HSV173°89°64°
CMYK 0.890.000.10   0.36
XYZ18.613128.429632.1102
Yxy28.42960.23520.3592
Hunter Lab53.3194-30.99701.6178
CIE-Lab60.2749-38.4155-1.6160

#12a393 color RGB value is (18,163,147).

#12a393 hex color red value is 18, green value is 163 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #12a393 hue: 0.48 , saturation: 0.80 and the lightness value of 12a393 is 0.35.

The process color (four color CMYK) of #12a393 color hex is 0.89, 0.00, 0.10, 0.36. Web safe color of #12a393 is #009999. Color #12a393 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10100011 10010011
Octal 22 243 223
Decimal 18 163 147
Hex 12 A3 93

RGB Percentages of Color #12a393

%5.49
%49.70
%44.82

CMYK Percentages of Color #12a393

%89
%0
%10
%36

Triadic Colors of #12a393

#12a393 #9312a3 #a39312

Analogous Colors of #12a393

#12a393 #126ba3 #12a34b

Monochromatic Colors of #12a393

#12a393

Complementary Color

#12a393 #a31222

#12a393 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12a393 Color Preview on White Background

Lorem ipsum dolor sit amet.

#12a393 Color CSS Codes

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

#12a393 Text Font Color

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

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


#12a393 Background Color

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

This div background color is #12a393


#12a393 Border Color

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

This div border color is #12a393


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12a393


Comments

No comments written yet.

Please login to write comment.