Color Hex Logo

#125fbc Color Hex

#125FBC
(18,95,188)
0 Favorites   0 Comments

Color spaces of #125fbc

RGB 1895188
HSL0.590.830.40
HSV213°90°74°
CMYK 0.900.490.00   0.26
XYZ13.418811.943949.1751
Yxy11.94390.18000.1602
Hunter Lab34.55998.8274-60.1713
CIE-Lab41.126814.1162-54.9525

#125fbc color RGB value is (18,95,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01011111 10111100
Octal 22 137 274
Decimal 18 95 188
Hex 12 5F BC

RGB Percentages of Color #125fbc

%5.98
%31.56
%62.46

CMYK Percentages of Color #125fbc

%90
%49
%0
%26

Triadic Colors of #125fbc

#125fbc #bc125f #5fbc12

Analogous Colors of #125fbc

#125fbc #1a12bc #12b4bc

Monochromatic Colors of #125fbc

#125fbc

Complementary Color

#125fbc #bc6f12

#125fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#125fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#125fbc Color CSS Codes

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

#125fbc Text Font Color

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

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


#125fbc Background Color

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

This div background color is #125fbc


#125fbc Border Color

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

This div border color is #125fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #125fbc


Comments

No comments written yet.

Please login to write comment.