Color Hex Logo

#125aab Color Hex

#125AAB
(18,90,171)
0 Favorites   0 Comments

Color spaces of #125aab

RGB 1890171
HSL0.590.810.37
HSV212°89°67°
CMYK 0.890.470.00   0.33
XYZ11.256310.381239.9386
Yxy10.38120.18280.1686
Hunter Lab32.21995.9758-50.9399
CIE-Lab38.518110.5484-49.1697

#125aab color RGB value is (18,90,171).

#125aab hex color red value is 18, green value is 90 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #125aab hue: 0.59 , saturation: 0.81 and the lightness value of 125aab is 0.37.

The process color (four color CMYK) of #125aab color hex is 0.89, 0.47, 0.00, 0.33. Web safe color of #125aab is #006699. Color #125aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01011010 10101011
Octal 22 132 253
Decimal 18 90 171
Hex 12 5A AB

RGB Percentages of Color #125aab

%6.45
%32.26
%61.29

CMYK Percentages of Color #125aab

%89
%47
%0
%33

Triadic Colors of #125aab

#125aab #ab125a #5aab12

Analogous Colors of #125aab

#125aab #1712ab #12a7ab

Monochromatic Colors of #125aab

#125aab

Complementary Color

#125aab #ab6312

#125aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#125aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#125aab Color CSS Codes

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

#125aab Text Font Color

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

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


#125aab Background Color

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

This div background color is #125aab


#125aab Border Color

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

This div border color is #125aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #125aab


Comments

No comments written yet.

Please login to write comment.