Color Hex Logo

#125feb Color Hex

#125FEB
(18,95,235)
0 Favorites   0 Comments

Color spaces of #125feb

RGB 1895235
HSL0.610.860.50
HSV219°92°92°
CMYK 0.920.600.00   0.08
XYZ19.337114.311280.3404
Yxy14.31120.16960.1255
Hunter Lab37.830125.0386-99.4339
CIE-Lab44.676032.5381-76.1125

#125feb color RGB value is (18,95,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01011111 11101011
Octal 22 137 353
Decimal 18 95 235
Hex 12 5F EB

RGB Percentages of Color #125feb

%5.17
%27.30
%67.53

CMYK Percentages of Color #125feb

%92
%60
%0
%8

Triadic Colors of #125feb

#125feb #eb125f #5feb12

Analogous Colors of #125feb

#125feb #3112eb #12cceb

Monochromatic Colors of #125feb

#125feb

Complementary Color

#125feb #eb9e12

#125feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#125feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#125feb Color CSS Codes

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

#125feb Text Font Color

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

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


#125feb Background Color

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

This div background color is #125feb


#125feb Border Color

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

This div border color is #125feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #125feb


Comments

No comments written yet.

Please login to write comment.