Color Hex Logo

#12c5ba Color Hex

#12C5BA
(18,197,186)
0 Favorites   0 Comments

Color spaces of #12c5ba

RGB 18197186
HSL0.490.830.42
HSV176°91°77°
CMYK 0.910.000.06   0.23
XYZ29.078643.606353.3386
Yxy43.60630.23070.3460
Hunter Lab66.0351-36.9587-1.6659
CIE-Lab71.9646-42.2467-5.9978

#12c5ba color RGB value is (18,197,186).

#12c5ba hex color red value is 18, green value is 197 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #12c5ba hue: 0.49 , saturation: 0.83 and the lightness value of 12c5ba is 0.42.

The process color (four color CMYK) of #12c5ba color hex is 0.91, 0.00, 0.06, 0.23. Web safe color of #12c5ba is #00cccc. Color #12c5ba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 11000101 10111010
Octal 22 305 272
Decimal 18 197 186
Hex 12 C5 BA

RGB Percentages of Color #12c5ba

%4.49
%49.13
%46.38

CMYK Percentages of Color #12c5ba

%91
%0
%6
%23

Triadic Colors of #12c5ba

#12c5ba #ba12c5 #c5ba12

Analogous Colors of #12c5ba

#12c5ba #1277c5 #12c561

Monochromatic Colors of #12c5ba

#12c5ba

Complementary Color

#12c5ba #c5121d

#12c5ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12c5ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#12c5ba Color CSS Codes

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

#12c5ba Text Font Color

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

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


#12c5ba Background Color

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

This div background color is #12c5ba


#12c5ba Border Color

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

This div border color is #12c5ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12c5ba


Comments

No comments written yet.

Please login to write comment.