Color Hex Logo

#128889 Color Hex

#128889
(18,136,137)
0 Favorites   0 Comments

Color spaces of #128889

RGB 18136137
HSL0.500.770.30
HSV181°87°54°
CMYK 0.870.010.00   0.46
XYZ13.569019.543126.7239
Yxy19.54310.22680.3266
Hunter Lab44.2076-22.5748-4.8961
CIE-Lab51.3166-28.8377-9.1576

#128889 color RGB value is (18,136,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 10001000 10001001
Octal 22 210 211
Decimal 18 136 137
Hex 12 88 89

RGB Percentages of Color #128889

%6.19
%46.74
%47.08

CMYK Percentages of Color #128889

%87
%1
%0
%46

Triadic Colors of #128889

#128889 #891288 #888912

Analogous Colors of #128889

#128889 #124d89 #12894e

Monochromatic Colors of #128889

#128889

Complementary Color

#128889 #891312

#128889 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#128889 Color Preview on White Background

Lorem ipsum dolor sit amet.

#128889 Color CSS Codes

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

#128889 Text Font Color

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

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


#128889 Background Color

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

This div background color is #128889


#128889 Border Color

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

This div border color is #128889


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #128889


Comments

No comments written yet.

Please login to write comment.