Color Hex Logo

#128fab Color Hex

#128FAB
(18,143,171)
0 Favorites   0 Comments

Color spaces of #128fab

RGB 18143171
HSL0.530.810.37
HSV191°89°67°
CMYK 0.890.160.00   0.33
XYZ17.422622.713841.9940
Yxy22.71380.21210.2766
Hunter Lab47.6590-18.1494-18.8812
CIE-Lab54.7763-21.0421-23.5532

#128fab color RGB value is (18,143,171).

#128fab hex color red value is 18, green value is 143 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #128fab hue: 0.53 , saturation: 0.81 and the lightness value of 128fab is 0.37.

The process color (four color CMYK) of #128fab color hex is 0.89, 0.16, 0.00, 0.33. Web safe color of #128fab is #009999. Color #128fab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10001111 10101011
Octal 22 217 253
Decimal 18 143 171
Hex 12 8F AB

RGB Percentages of Color #128fab

%5.42
%43.07
%51.51

CMYK Percentages of Color #128fab

%89
%16
%0
%33

Triadic Colors of #128fab

#128fab #ab128f #8fab12

Analogous Colors of #128fab

#128fab #1243ab #12ab7b

Monochromatic Colors of #128fab

#128fab

Complementary Color

#128fab #ab2e12

#128fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#128fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#128fab Color CSS Codes

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

#128fab Text Font Color

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

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


#128fab Background Color

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

This div background color is #128fab


#128fab Border Color

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

This div border color is #128fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #128fab


Comments

No comments written yet.

Please login to write comment.