Color Hex Logo

#125dbb Color Hex

#125DBB
(18,93,187)
0 Favorites   0 Comments

Color spaces of #125dbb

RGB 1893187
HSL0.590.820.40
HSV213°90°73°
CMYK 0.900.500.00   0.27
XYZ13.133411.545248.5499
Yxy11.54520.17930.1577
Hunter Lab33.97829.5326-60.9319
CIE-Lab40.484015.0281-55.4078

#125dbb color RGB value is (18,93,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01011101 10111011
Octal 22 135 273
Decimal 18 93 187
Hex 12 5D BB

RGB Percentages of Color #125dbb

%6.04
%31.21
%62.75

CMYK Percentages of Color #125dbb

%90
%50
%0
%27

Triadic Colors of #125dbb

#125dbb #bb125d #5dbb12

Analogous Colors of #125dbb

#125dbb #1c12bb #12b2bb

Monochromatic Colors of #125dbb

#125dbb

Complementary Color

#125dbb #bb7012

#125dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#125dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#125dbb Color CSS Codes

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

#125dbb Text Font Color

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

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


#125dbb Background Color

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

This div background color is #125dbb


#125dbb Border Color

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

This div border color is #125dbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,93,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 #125dbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #125dbb


Comments

No comments written yet.

Please login to write comment.