Color Hex Logo

#124feb Color Hex

#124FEB
(18,79,235)
0 Favorites   0 Comments

Color spaces of #124feb

RGB 1879235
HSL0.620.860.50
HSV223°92°92°
CMYK 0.920.660.00   0.08
XYZ18.040811.718779.9083
Yxy11.71870.16450.1069
Hunter Lab34.232634.1637-114.4364
CIE-Lab40.765542.6698-82.5301

#124feb color RGB value is (18,79,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01001111 11101011
Octal 22 117 353
Decimal 18 79 235
Hex 12 4F EB

RGB Percentages of Color #124feb

%5.42
%23.80
%70.78

CMYK Percentages of Color #124feb

%92
%66
%0
%8

Triadic Colors of #124feb

#124feb #eb124f #4feb12

Analogous Colors of #124feb

#124feb #4212eb #12bceb

Monochromatic Colors of #124feb

#124feb

Complementary Color

#124feb #ebae12

#124feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#124feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#124feb Color CSS Codes

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

#124feb Text Font Color

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

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


#124feb Background Color

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

This div background color is #124feb


#124feb Border Color

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

This div border color is #124feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #124feb


Comments

No comments written yet.

Please login to write comment.