Color Hex Logo

#128aee Color Hex

#128AEE
(18,138,238)
0 Favorites   0 Comments

Color spaces of #128aee

RGB 18138238
HSL0.580.870.50
HSV207°92°93°
CMYK 0.920.420.00   0.07
XYZ24.770524.478684.3082
Yxy24.47860.18550.1833
Hunter Lab49.47592.7848-66.3987
CIE-Lab56.56386.6008-58.5437

#128aee color RGB value is (18,138,238).

#128aee hex color red value is 18, green value is 138 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #128aee hue: 0.58 , saturation: 0.87 and the lightness value of 128aee is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 10001010 11101110
Octal 22 212 356
Decimal 18 138 238
Hex 12 8A EE

RGB Percentages of Color #128aee

%4.57
%35.03
%60.41

CMYK Percentages of Color #128aee

%92
%42
%0
%7

Triadic Colors of #128aee

#128aee #ee128a #8aee12

Analogous Colors of #128aee

#128aee #121cee #12eee4

Monochromatic Colors of #128aee

#128aee

Complementary Color

#128aee #ee7612

#128aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#128aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#128aee Color CSS Codes

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

#128aee Text Font Color

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

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


#128aee Background Color

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

This div background color is #128aee


#128aee Border Color

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

This div border color is #128aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #128aee


Comments

No comments written yet.

Please login to write comment.