Color Hex Logo

#125faf Color Hex

#125FAF
(18,95,175)
0 Favorites   0 Comments

Color spaces of #125faf

RGB 1895175
HSL0.580.810.38
HSV211°90°69°
CMYK 0.900.460.00   0.31
XYZ12.079511.408242.1228
Yxy11.40820.18410.1739
Hunter Lab33.77604.7299-50.2986
CIE-Lab40.25978.8870-48.7306

#125faf color RGB value is (18,95,175).

#125faf hex color red value is 18, green value is 95 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #125faf hue: 0.58 , saturation: 0.81 and the lightness value of 125faf is 0.38.

The process color (four color CMYK) of #125faf color hex is 0.90, 0.46, 0.00, 0.31. Web safe color of #125faf is #006699. Color #125faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01011111 10101111
Octal 22 137 257
Decimal 18 95 175
Hex 12 5F AF

RGB Percentages of Color #125faf

%6.25
%32.99
%60.76

CMYK Percentages of Color #125faf

%90
%46
%0
%31

Triadic Colors of #125faf

#125faf #af125f #5faf12

Analogous Colors of #125faf

#125faf #1312af #12aeaf

Monochromatic Colors of #125faf

#125faf

Complementary Color

#125faf #af6212

#125faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#125faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#125faf Color CSS Codes

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

#125faf Text Font Color

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

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


#125faf Background Color

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

This div background color is #125faf


#125faf Border Color

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

This div border color is #125faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #125faf


Comments

No comments written yet.

Please login to write comment.