Color Hex Logo

#124eea Color Hex

#124EEA
(18,78,234)
0 Favorites   0 Comments

Color spaces of #124eea

RGB 1878234
HSL0.620.860.49
HSV223°92°92°
CMYK 0.920.670.00   0.08
XYZ17.825111.517979.1256
Yxy11.51790.16430.1062
Hunter Lab33.938034.3611-114.4764
CIE-Lab40.439442.9255-82.5014

#124eea color RGB value is (18,78,234).

#124eea hex color red value is 18, green value is 78 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #124eea hue: 0.62 , saturation: 0.86 and the lightness value of 124eea is 0.49.

The process color (four color CMYK) of #124eea color hex is 0.92, 0.67, 0.00, 0.08. Web safe color of #124eea is #0066ff. Color #124eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01001110 11101010
Octal 22 116 352
Decimal 18 78 234
Hex 12 4E EA

RGB Percentages of Color #124eea

%5.45
%23.64
%70.91

CMYK Percentages of Color #124eea

%92
%67
%0
%8

Triadic Colors of #124eea

#124eea #ea124e #4eea12

Analogous Colors of #124eea

#124eea #4212ea #12baea

Monochromatic Colors of #124eea

#124eea

Complementary Color

#124eea #eaae12

#124eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#124eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#124eea Color CSS Codes

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

#124eea Text Font Color

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

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


#124eea Background Color

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

This div background color is #124eea


#124eea Border Color

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

This div border color is #124eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #124eea


Comments

No comments written yet.

Please login to write comment.