Color Hex Logo

#125efb Color Hex

#125EFB
(18,94,251)
0 Favorites   0 Comments

Color spaces of #125efb

RGB 1894251
HSL0.610.970.53
HSV220°93°98°
CMYK 0.930.630.00   0.02
XYZ21.664715.099093.0393
Yxy15.09900.16690.1163
Hunter Lab38.857431.5210-114.7623
CIE-Lab45.769539.1796-83.2874

#125efb color RGB value is (18,94,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01011110 11111011
Octal 22 136 373
Decimal 18 94 251
Hex 12 5E FB

RGB Percentages of Color #125efb

%4.96
%25.90
%69.15

CMYK Percentages of Color #125efb

%93
%63
%0
%2

Triadic Colors of #125efb

#125efb #fb125e #5efb12

Analogous Colors of #125efb

#125efb #3b12fb #12d3fb

Monochromatic Colors of #125efb

#125efb

Complementary Color

#125efb #fbaf12

#125efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#125efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#125efb Color CSS Codes

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

#125efb Text Font Color

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

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


#125efb Background Color

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

This div background color is #125efb


#125efb Border Color

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

This div border color is #125efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #125efb


Comments

No comments written yet.

Please login to write comment.