Color Hex Logo

#124afe Color Hex

#124AFE
(18,74,254)
0 Favorites   0 Comments

Color spaces of #124afe

RGB 1874254
HSL0.630.990.53
HSV226°93°100°
CMYK 0.930.710.00   0.00
XYZ20.587612.181995.0322
Yxy12.18190.16110.0953
Hunter Lab34.902644.2103-137.0021
CIE-Lab41.503852.4185-91.9876

#124afe color RGB value is (18,74,254).

#124afe hex color red value is 18, green value is 74 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #124afe hue: 0.63 , saturation: 0.99 and the lightness value of 124afe is 0.53.

The process color (four color CMYK) of #124afe color hex is 0.93, 0.71, 0.00, 0.00. Web safe color of #124afe is #0033ff. Color #124afe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01001010 11111110
Octal 22 112 376
Decimal 18 74 254
Hex 12 4A FE

RGB Percentages of Color #124afe

%5.20
%21.39
%73.41

CMYK Percentages of Color #124afe

%93
%71
%0
%0

Triadic Colors of #124afe

#124afe #fe124a #4afe12

Analogous Colors of #124afe

#124afe #5012fe #12c0fe

Monochromatic Colors of #124afe

#124afe

Complementary Color

#124afe #fec612

#124afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#124afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#124afe Color CSS Codes

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

#124afe Text Font Color

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

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


#124afe Background Color

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

This div background color is #124afe


#124afe Border Color

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

This div border color is #124afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #124afe


Comments

No comments written yet.

Please login to write comment.