Color Hex Logo

#125ffb Color Hex

#125FFB
(18,95,251)
0 Favorites   0 Comments

Color spaces of #125ffb

RGB 1895251
HSL0.610.970.53
HSV220°93°98°
CMYK 0.930.620.00   0.02
XYZ21.754215.278193.0692
Yxy15.27810.16720.1174
Hunter Lab39.087230.9425-113.8123
CIE-Lab46.012838.5511-82.8883

#125ffb color RGB value is (18,95,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01011111 11111011
Octal 22 137 373
Decimal 18 95 251
Hex 12 5F FB

RGB Percentages of Color #125ffb

%4.95
%26.10
%68.96

CMYK Percentages of Color #125ffb

%93
%62
%0
%2

Triadic Colors of #125ffb

#125ffb #fb125f #5ffb12

Analogous Colors of #125ffb

#125ffb #3912fb #12d4fb

Monochromatic Colors of #125ffb

#125ffb

Complementary Color

#125ffb #fbae12

#125ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#125ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#125ffb Color CSS Codes

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

#125ffb Text Font Color

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

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


#125ffb Background Color

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

This div background color is #125ffb


#125ffb Border Color

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

This div border color is #125ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #125ffb


Comments

No comments written yet.

Please login to write comment.