Color Hex Logo

#125aef Color Hex

#125AEF
(18,90,239)
0 Favorites   0 Comments

Color spaces of #125aef

RGB 1890239
HSL0.610.870.50
HSV220°92°94°
CMYK 0.920.620.00   0.06
XYZ19.485613.672983.2735
Yxy13.67290.16740.1174
Hunter Lab36.976929.3541-107.6398
CIE-Lab43.760137.2365-79.8647

#125aef color RGB value is (18,90,239).

#125aef hex color red value is 18, green value is 90 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #125aef hue: 0.61 , saturation: 0.87 and the lightness value of 125aef is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01011010 11101111
Octal 22 132 357
Decimal 18 90 239
Hex 12 5A EF

RGB Percentages of Color #125aef

%5.19
%25.94
%68.88

CMYK Percentages of Color #125aef

%92
%62
%0
%6

Triadic Colors of #125aef

#125aef #ef125a #5aef12

Analogous Colors of #125aef

#125aef #3812ef #12c9ef

Monochromatic Colors of #125aef

#125aef

Complementary Color

#125aef #efa712

#125aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#125aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#125aef Color CSS Codes

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

#125aef Text Font Color

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

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


#125aef Background Color

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

This div background color is #125aef


#125aef Border Color

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

This div border color is #125aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #125aef


Comments

No comments written yet.

Please login to write comment.