Color Hex Logo

#128aad Color Hex

#128AAD
(18,138,173)
0 Favorites   0 Comments

Color spaces of #128aad

RGB 18138173
HSL0.540.810.37
HSV194°90°68°
CMYK 0.900.200.00   0.32
XYZ16.880821.322742.7611
Yxy21.32270.20850.2634
Hunter Lab46.1765-15.5544-22.5811
CIE-Lab53.3009-17.6577-26.9782

#128aad color RGB value is (18,138,173).

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

The process color (four color CMYK) of #128aad color hex is 0.90, 0.20, 0.00, 0.32. Web safe color of #128aad is #009999. Color #128aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10001010 10101101
Octal 22 212 255
Decimal 18 138 173
Hex 12 8A AD

RGB Percentages of Color #128aad

%5.47
%41.95
%52.58

CMYK Percentages of Color #128aad

%90
%20
%0
%32

Triadic Colors of #128aad

#128aad #ad128a #8aad12

Analogous Colors of #128aad

#128aad #123dad #12ad83

Monochromatic Colors of #128aad

#128aad

Complementary Color

#128aad #ad3512

#128aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#128aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#128aad Color CSS Codes

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

#128aad Text Font Color

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

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


#128aad Background Color

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

This div background color is #128aad


#128aad Border Color

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

This div border color is #128aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #128aad


Comments

No comments written yet.

Please login to write comment.