Color Hex Logo

#12898a Color Hex

#12898A
(18,137,138)
0 Favorites   0 Comments

Color spaces of #12898a

RGB 18137138
HSL0.500.770.31
HSV181°87°54°
CMYK 0.870.010.00   0.46
XYZ13.782619.854927.1507
Yxy19.85490.22670.3266
Hunter Lab44.5588-22.7657-4.9355
CIE-Lab51.6728-29.0086-9.2068

#12898a color RGB value is (18,137,138).

#12898a hex color red value is 18, green value is 137 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #12898a hue: 0.50 , saturation: 0.77 and the lightness value of 12898a is 0.31.

The process color (four color CMYK) of #12898a color hex is 0.87, 0.01, 0.00, 0.46. Web safe color of #12898a is #009999. Color #12898a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10001001 10001010
Octal 22 211 212
Decimal 18 137 138
Hex 12 89 8A

RGB Percentages of Color #12898a

%6.14
%46.76
%47.10

CMYK Percentages of Color #12898a

%87
%1
%0
%46

Triadic Colors of #12898a

#12898a #8a1289 #898a12

Analogous Colors of #12898a

#12898a #124d8a #128a4f

Monochromatic Colors of #12898a

#12898a

Complementary Color

#12898a #8a1312

#12898a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12898a Color Preview on White Background

Lorem ipsum dolor sit amet.

#12898a Color CSS Codes

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

#12898a Text Font Color

<p style="color:#12898a">Text here</p>

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


#12898a Background Color

<div style="background-color:#12898a">
Div content here</div>

This div background color is #12898a


#12898a Border Color

<div style="border:3px solid #12898a">
Div here</div>

This div border color is #12898a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,137,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #12898a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #12898a;
  -webkit-box-shadow: 1px 1px 3px 2px #12898a;
  box-shadow:         1px 1px 3px 2px #12898a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12898a


Comments

No comments written yet.

Please login to write comment.