Color Hex Logo

#124eac Color Hex

#124EAC
(18,78,172)
0 Favorites   0 Comments

Color spaces of #124eac

RGB 1878172
HSL0.600.810.37
HSV217°90°67°
CMYK 0.900.550.00   0.33
XYZ10.42028.555940.1320
Yxy8.55590.17630.1448
Hunter Lab29.250512.4006-60.8713
CIE-Lab35.114818.9812-55.2681

#124eac color RGB value is (18,78,172).

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

The process color (four color CMYK) of #124eac color hex is 0.90, 0.55, 0.00, 0.33. Web safe color of #124eac is #006699. Color #124eac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01001110 10101100
Octal 22 116 254
Decimal 18 78 172
Hex 12 4E AC

RGB Percentages of Color #124eac

%6.72
%29.10
%64.18

CMYK Percentages of Color #124eac

%90
%55
%0
%33

Triadic Colors of #124eac

#124eac #ac124e #4eac12

Analogous Colors of #124eac

#124eac #2312ac #129bac

Monochromatic Colors of #124eac

#124eac

Complementary Color

#124eac #ac7012

#124eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#124eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#124eac Color CSS Codes

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

#124eac Text Font Color

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

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


#124eac Background Color

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

This div background color is #124eac


#124eac Border Color

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

This div border color is #124eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #124eac


Comments

No comments written yet.

Please login to write comment.