Color Hex Logo

#125eea Color Hex

#125EEA
(18,94,234)
0 Favorites   0 Comments

Color spaces of #125eea

RGB 1894234
HSL0.610.860.49
HSV219°92°92°
CMYK 0.920.600.00   0.08
XYZ19.103414.074579.5517
Yxy14.07450.16950.1249
Hunter Lab37.516025.2404-99.4617
CIE-Lab44.339632.7985-76.0992

#125eea color RGB value is (18,94,234).

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

The process color (four color CMYK) of #125eea color hex is 0.92, 0.60, 0.00, 0.08. Web safe color of #125eea is #0066ff. Color #125eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01011110 11101010
Octal 22 136 352
Decimal 18 94 234
Hex 12 5E EA

RGB Percentages of Color #125eea

%5.20
%27.17
%67.63

CMYK Percentages of Color #125eea

%92
%60
%0
%8

Triadic Colors of #125eea

#125eea #ea125e #5eea12

Analogous Colors of #125eea

#125eea #3212ea #12caea

Monochromatic Colors of #125eea

#125eea

Complementary Color

#125eea #ea9e12

#125eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#125eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#125eea Color CSS Codes

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

#125eea Text Font Color

<p style="color:#125eea">Text here</p>

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


#125eea Background Color

<div style="background-color:#125eea">
Div content here</div>

This div background color is #125eea


#125eea Border Color

<div style="border:3px solid #125eea">
Div here</div>

This div border color is #125eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #125eea


Comments

No comments written yet.

Please login to write comment.