Color Hex Logo

#124fec Color Hex

#124FEC
(18,79,236)
0 Favorites   0 Comments

Color spaces of #124fec

RGB 1879236
HSL0.620.860.50
HSV223°92°93°
CMYK 0.920.670.00   0.07
XYZ18.185811.776780.6715
Yxy11.77670.16440.1064
Hunter Lab34.317234.5379-115.3545
CIE-Lab40.859043.0345-82.9415

#124fec color RGB value is (18,79,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01001111 11101100
Octal 22 117 354
Decimal 18 79 236
Hex 12 4F EC

RGB Percentages of Color #124fec

%5.41
%23.72
%70.87

CMYK Percentages of Color #124fec

%92
%67
%0
%7

Triadic Colors of #124fec

#124fec #ec124f #4fec12

Analogous Colors of #124fec

#124fec #4212ec #12bcec

Monochromatic Colors of #124fec

#124fec

Complementary Color

#124fec #ecaf12

#124fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#124fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#124fec Color CSS Codes

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

#124fec Text Font Color

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

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


#124fec Background Color

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

This div background color is #124fec


#124fec Border Color

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

This div border color is #124fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #124fec


Comments

No comments written yet.

Please login to write comment.