Color Hex Logo

#12998f Color Hex

#12998F
(18,153,143)
0 Favorites   0 Comments

Color spaces of #12998f

RGB 18153143
HSL0.490.790.34
HSV176°88°60°
CMYK 0.880.000.07   0.40
XYZ16.598624.894229.9168
Yxy24.89420.23240.3486
Hunter Lab49.8941-27.9319-0.6248
CIE-Lab56.9722-35.0573-4.2073

#12998f color RGB value is (18,153,143).

#12998f hex color red value is 18, green value is 153 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #12998f hue: 0.49 , saturation: 0.79 and the lightness value of 12998f is 0.34.

The process color (four color CMYK) of #12998f color hex is 0.88, 0.00, 0.07, 0.40. Web safe color of #12998f is #009999. Color #12998f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10011001 10001111
Octal 22 231 217
Decimal 18 153 143
Hex 12 99 8F

RGB Percentages of Color #12998f

%5.73
%48.73
%45.54

CMYK Percentages of Color #12998f

%88
%0
%7
%40

Triadic Colors of #12998f

#12998f #8f1299 #998f12

Analogous Colors of #12998f

#12998f #125f99 #12994c

Monochromatic Colors of #12998f

#12998f

Complementary Color

#12998f #99121c

#12998f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12998f Color Preview on White Background

Lorem ipsum dolor sit amet.

#12998f Color CSS Codes

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

#12998f Text Font Color

<p style="color:#12998f">Text here</p>

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


#12998f Background Color

<div style="background-color:#12998f">
Div content here</div>

This div background color is #12998f


#12998f Border Color

<div style="border:3px solid #12998f">
Div here</div>

This div border color is #12998f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,153,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #12998f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #12998f;
  -webkit-box-shadow: 1px 1px 3px 2px #12998f;
  box-shadow:         1px 1px 3px 2px #12998f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12998f


Comments

No comments written yet.

Please login to write comment.