Color Hex Logo

#125fbd Color Hex

#125FBD
(18,95,189)
0 Favorites   0 Comments

Color spaces of #125fbd

RGB 1895189
HSL0.590.830.41
HSV213°90°74°
CMYK 0.900.500.00   0.26
XYZ13.527011.987149.7449
Yxy11.98710.17970.1593
Hunter Lab34.62249.1509-60.9513
CIE-Lab41.195614.5176-55.4243

#125fbd color RGB value is (18,95,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01011111 10111101
Octal 22 137 275
Decimal 18 95 189
Hex 12 5F BD

RGB Percentages of Color #125fbd

%5.96
%31.46
%62.58

CMYK Percentages of Color #125fbd

%90
%50
%0
%26

Triadic Colors of #125fbd

#125fbd #bd125f #5fbd12

Analogous Colors of #125fbd

#125fbd #1b12bd #12b5bd

Monochromatic Colors of #125fbd

#125fbd

Complementary Color

#125fbd #bd7012

#125fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#125fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#125fbd Color CSS Codes

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

#125fbd Text Font Color

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

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


#125fbd Background Color

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

This div background color is #125fbd


#125fbd Border Color

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

This div border color is #125fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #125fbd


Comments

No comments written yet.

Please login to write comment.