Color Hex Logo

#124aba Color Hex

#124ABA
(18,74,186)
0 Favorites   0 Comments

Color spaces of #124aba

RGB 1874186
HSL0.610.820.40
HSV220°90°73°
CMYK 0.900.600.00   0.27
XYZ11.56128.571347.4995
Yxy8.57130.17090.1267
Hunter Lab29.276819.2541-75.7001
CIE-Lab35.145427.2829-63.5022

#124aba color RGB value is (18,74,186).

#124aba hex color red value is 18, green value is 74 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #124aba hue: 0.61 , saturation: 0.82 and the lightness value of 124aba is 0.40.

The process color (four color CMYK) of #124aba color hex is 0.90, 0.60, 0.00, 0.27. Web safe color of #124aba is #0033cc. Color #124aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01001010 10111010
Octal 22 112 272
Decimal 18 74 186
Hex 12 4A BA

RGB Percentages of Color #124aba

%6.47
%26.62
%66.91

CMYK Percentages of Color #124aba

%90
%60
%0
%27

Triadic Colors of #124aba

#124aba #ba124a #4aba12

Analogous Colors of #124aba

#124aba #2e12ba #129eba

Monochromatic Colors of #124aba

#124aba

Complementary Color

#124aba #ba8212

#124aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#124aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#124aba Color CSS Codes

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

#124aba Text Font Color

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

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


#124aba Background Color

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

This div background color is #124aba


#124aba Border Color

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

This div border color is #124aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #124aba


Comments

No comments written yet.

Please login to write comment.