Color Hex Logo

#125abe Color Hex

#125ABE
(18,90,190)
0 Favorites   0 Comments

Color spaces of #125abe

RGB 1890190
HSL0.600.830.41
HSV215°91°75°
CMYK 0.910.530.00   0.25
XYZ13.199911.158650.1733
Yxy11.15860.17710.1497
Hunter Lab33.404512.0770-65.6700
CIE-Lab39.846318.2121-58.1916

#125abe color RGB value is (18,90,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01011010 10111110
Octal 22 132 276
Decimal 18 90 190
Hex 12 5A BE

RGB Percentages of Color #125abe

%6.04
%30.20
%63.76

CMYK Percentages of Color #125abe

%91
%53
%0
%25

Triadic Colors of #125abe

#125abe #be125a #5abe12

Analogous Colors of #125abe

#125abe #2012be #12b0be

Monochromatic Colors of #125abe

#125abe

Complementary Color

#125abe #be7612

#125abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#125abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#125abe Color CSS Codes

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

#125abe Text Font Color

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

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


#125abe Background Color

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

This div background color is #125abe


#125abe Border Color

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

This div border color is #125abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #125abe


Comments

No comments written yet.

Please login to write comment.