Color Hex Logo

#125fbb Color Hex

#125FBB
(18,95,187)
0 Favorites   0 Comments

Color spaces of #125fbb

RGB 1895187
HSL0.590.820.40
HSV213°90°73°
CMYK 0.900.490.00   0.27
XYZ13.311311.900948.6092
Yxy11.90090.18030.1612
Hunter Lab34.49778.5052-59.3946
CIE-Lab41.058213.7150-54.4799

#125fbb color RGB value is (18,95,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01011111 10111011
Octal 22 137 273
Decimal 18 95 187
Hex 12 5F BB

RGB Percentages of Color #125fbb

%6.00
%31.67
%62.33

CMYK Percentages of Color #125fbb

%90
%49
%0
%27

Triadic Colors of #125fbb

#125fbb #bb125f #5fbb12

Analogous Colors of #125fbb

#125fbb #1912bb #12b4bb

Monochromatic Colors of #125fbb

#125fbb

Complementary Color

#125fbb #bb6e12

#125fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#125fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#125fbb Color CSS Codes

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

#125fbb Text Font Color

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

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


#125fbb Background Color

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

This div background color is #125fbb


#125fbb Border Color

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

This div border color is #125fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #125fbb


Comments

No comments written yet.

Please login to write comment.