Color Hex Logo

#125eba Color Hex

#125EBA
(18,94,186)
0 Favorites   0 Comments

Color spaces of #125eba

RGB 1894186
HSL0.590.820.40
HSV213°90°73°
CMYK 0.900.490.00   0.27
XYZ13.115111.679248.0174
Yxy11.67920.18010.1604
Hunter Lab34.17488.6960-59.3831
CIE-Lab40.701613.9697-54.4718

#125eba color RGB value is (18,94,186).

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

The process color (four color CMYK) of #125eba color hex is 0.90, 0.49, 0.00, 0.27. Web safe color of #125eba is #0066cc. Color #125eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01011110 10111010
Octal 22 136 272
Decimal 18 94 186
Hex 12 5E BA

RGB Percentages of Color #125eba

%6.04
%31.54
%62.42

CMYK Percentages of Color #125eba

%90
%49
%0
%27

Triadic Colors of #125eba

#125eba #ba125e #5eba12

Analogous Colors of #125eba

#125eba #1a12ba #12b2ba

Monochromatic Colors of #125eba

#125eba

Complementary Color

#125eba #ba6e12

#125eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#125eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#125eba Color CSS Codes

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

#125eba Text Font Color

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

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


#125eba Background Color

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

This div background color is #125eba


#125eba Border Color

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

This div border color is #125eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #125eba


Comments

No comments written yet.

Please login to write comment.