Color Hex Logo

#128dab Color Hex

#128DAB
(18,141,171)
0 Favorites   0 Comments

Color spaces of #128dab

RGB 18141171
HSL0.530.810.37
HSV192°89°67°
CMYK 0.890.180.00   0.33
XYZ17.125022.118641.8948
Yxy22.11860.21110.2726
Hunter Lab47.0304-17.3067-19.8944
CIE-Lab54.1526-19.9802-24.5138

#128dab color RGB value is (18,141,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 10001101 10101011
Octal 22 215 253
Decimal 18 141 171
Hex 12 8D AB

RGB Percentages of Color #128dab

%5.45
%42.73
%51.82

CMYK Percentages of Color #128dab

%89
%18
%0
%33

Triadic Colors of #128dab

#128dab #ab128d #8dab12

Analogous Colors of #128dab

#128dab #1241ab #12ab7d

Monochromatic Colors of #128dab

#128dab

Complementary Color

#128dab #ab3012

#128dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#128dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#128dab Color CSS Codes

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

#128dab Text Font Color

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

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


#128dab Background Color

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

This div background color is #128dab


#128dab Border Color

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

This div border color is #128dab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,141,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 #128dab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #128dab


Comments

No comments written yet.

Please login to write comment.