Color Hex Logo

#128aea Color Hex

#128AEA
(18,138,234)
0 Favorites   0 Comments

Color spaces of #128aea

RGB 18138234
HSL0.570.860.49
HSV207°92°92°
CMYK 0.920.410.00   0.08
XYZ24.189224.246181.2470
Yxy24.24610.18650.1870
Hunter Lab49.24031.5171-63.3608
CIE-Lab56.33345.0761-56.6909

#128aea color RGB value is (18,138,234).

#128aea hex color red value is 18, green value is 138 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #128aea hue: 0.57 , saturation: 0.86 and the lightness value of 128aea is 0.49.

The process color (four color CMYK) of #128aea color hex is 0.92, 0.41, 0.00, 0.08. Web safe color of #128aea is #0099ff. Color #128aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10001010 11101010
Octal 22 212 352
Decimal 18 138 234
Hex 12 8A EA

RGB Percentages of Color #128aea

%4.62
%35.38
%60.00

CMYK Percentages of Color #128aea

%92
%41
%0
%8

Triadic Colors of #128aea

#128aea #ea128a #8aea12

Analogous Colors of #128aea

#128aea #121eea #12eade

Monochromatic Colors of #128aea

#128aea

Complementary Color

#128aea #ea7212

#128aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#128aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#128aea Color CSS Codes

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

#128aea Text Font Color

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

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


#128aea Background Color

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

This div background color is #128aea


#128aea Border Color

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

This div border color is #128aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #128aea


Comments

No comments written yet.

Please login to write comment.