Color Hex Logo

#125ffe Color Hex

#125FFE
(18,95,254)
0 Favorites   0 Comments

Color spaces of #125ffe

RGB 1895254
HSL0.610.990.53
HSV220°93°100°
CMYK 0.930.630.00   0.00
XYZ22.231115.468895.5800
Yxy15.46880.16680.1161
Hunter Lab39.330432.0671-116.5542
CIE-Lab46.269739.6624-84.1370

#125ffe color RGB value is (18,95,254).

#125ffe hex color red value is 18, green value is 95 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #125ffe hue: 0.61 , saturation: 0.99 and the lightness value of 125ffe is 0.53.

The process color (four color CMYK) of #125ffe color hex is 0.93, 0.63, 0.00, 0.00. Web safe color of #125ffe is #0066ff. Color #125ffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01011111 11111110
Octal 22 137 376
Decimal 18 95 254
Hex 12 5F FE

RGB Percentages of Color #125ffe

%4.90
%25.89
%69.21

CMYK Percentages of Color #125ffe

%93
%63
%0
%0

Triadic Colors of #125ffe

#125ffe #fe125f #5ffe12

Analogous Colors of #125ffe

#125ffe #3b12fe #12d5fe

Monochromatic Colors of #125ffe

#125ffe

Complementary Color

#125ffe #feb112

#125ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#125ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#125ffe Color CSS Codes

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

#125ffe Text Font Color

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

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


#125ffe Background Color

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

This div background color is #125ffe


#125ffe Border Color

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

This div border color is #125ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #125ffe


Comments

No comments written yet.

Please login to write comment.