Color Hex Logo

#125ebf Color Hex

#125EBF
(18,94,191)
0 Favorites   0 Comments

Color spaces of #125ebf

RGB 1894191
HSL0.590.830.41
HSV214°91°75°
CMYK 0.910.510.00   0.25
XYZ13.656111.895650.8665
Yxy11.89560.17870.1557
Hunter Lab34.490010.3185-63.2990
CIE-Lab41.049715.9743-56.8249

#125ebf color RGB value is (18,94,191).

#125ebf hex color red value is 18, green value is 94 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #125ebf hue: 0.59 , saturation: 0.83 and the lightness value of 125ebf is 0.41.

The process color (four color CMYK) of #125ebf color hex is 0.91, 0.51, 0.00, 0.25. Web safe color of #125ebf is #0066cc. Color #125ebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01011110 10111111
Octal 22 136 277
Decimal 18 94 191
Hex 12 5E BF

RGB Percentages of Color #125ebf

%5.94
%31.02
%63.04

CMYK Percentages of Color #125ebf

%91
%51
%0
%25

Triadic Colors of #125ebf

#125ebf #bf125e #5ebf12

Analogous Colors of #125ebf

#125ebf #1c12bf #12b5bf

Monochromatic Colors of #125ebf

#125ebf

Complementary Color

#125ebf #bf7312

#125ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#125ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#125ebf Color CSS Codes

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

#125ebf Text Font Color

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

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


#125ebf Background Color

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

This div background color is #125ebf


#125ebf Border Color

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

This div border color is #125ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #125ebf


Comments

No comments written yet.

Please login to write comment.