Color Hex Logo

#125cbb Color Hex

#125CBB
(18,92,187)
0 Favorites   0 Comments

Color spaces of #125cbb

RGB 1892187
HSL0.590.820.40
HSV214°90°73°
CMYK 0.900.510.00   0.27
XYZ13.046211.370748.5209
Yxy11.37070.17890.1559
Hunter Lab33.720510.0495-61.7090
CIE-Lab40.197915.6876-55.8705

#125cbb color RGB value is (18,92,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01011100 10111011
Octal 22 134 273
Decimal 18 92 187
Hex 12 5C BB

RGB Percentages of Color #125cbb

%6.06
%30.98
%62.96

CMYK Percentages of Color #125cbb

%90
%51
%0
%27

Triadic Colors of #125cbb

#125cbb #bb125c #5cbb12

Analogous Colors of #125cbb

#125cbb #1d12bb #12b1bb

Monochromatic Colors of #125cbb

#125cbb

Complementary Color

#125cbb #bb7112

#125cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#125cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#125cbb Color CSS Codes

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

#125cbb Text Font Color

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

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


#125cbb Background Color

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

This div background color is #125cbb


#125cbb Border Color

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

This div border color is #125cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #125cbb


Comments

No comments written yet.

Please login to write comment.