Color Hex Logo

#124eab Color Hex

#124EAB
(18,78,171)
0 Favorites   0 Comments

Color spaces of #124eab

RGB 1878171
HSL0.600.810.37
HSV216°89°67°
CMYK 0.890.540.00   0.33
XYZ10.32458.517739.6280
Yxy8.51770.17660.1457
Hunter Lab29.185112.0721-60.0754
CIE-Lab35.038618.5748-54.7966

#124eab color RGB value is (18,78,171).

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

The process color (four color CMYK) of #124eab color hex is 0.89, 0.54, 0.00, 0.33. Web safe color of #124eab is #006699. Color #124eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01001110 10101011
Octal 22 116 253
Decimal 18 78 171
Hex 12 4E AB

RGB Percentages of Color #124eab

%6.74
%29.21
%64.04

CMYK Percentages of Color #124eab

%89
%54
%0
%33

Triadic Colors of #124eab

#124eab #ab124e #4eab12

Analogous Colors of #124eab

#124eab #2212ab #129bab

Monochromatic Colors of #124eab

#124eab

Complementary Color

#124eab #ab6f12

#124eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#124eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#124eab Color CSS Codes

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

#124eab Text Font Color

<p style="color:#124eab">Text here</p>

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


#124eab Background Color

<div style="background-color:#124eab">
Div content here</div>

This div background color is #124eab


#124eab Border Color

<div style="border:3px solid #124eab">
Div here</div>

This div border color is #124eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #124eab


Comments

No comments written yet.

Please login to write comment.