Color Hex Logo

#123fef Color Hex

#123FEF
(18,63,239)
0 Favorites   0 Comments

Color spaces of #123fef

RGB 1863239
HSL0.630.870.50
HSV228°92°94°
CMYK 0.920.740.00   0.06
XYZ17.60699.915682.6473
Yxy9.91560.15980.0900
Hunter Lab31.489044.7013-133.5724
CIE-Lab37.690553.6016-89.8699

#123fef color RGB value is (18,63,239).

#123fef hex color red value is 18, green value is 63 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #123fef hue: 0.63 , saturation: 0.87 and the lightness value of 123fef is 0.50.

The process color (four color CMYK) of #123fef color hex is 0.92, 0.74, 0.00, 0.06. Web safe color of #123fef is #0033ff. Color #123fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00111111 11101111
Octal 22 77 357
Decimal 18 63 239
Hex 12 3F EF

RGB Percentages of Color #123fef

%5.63
%19.69
%74.69

CMYK Percentages of Color #123fef

%92
%74
%0
%6

Triadic Colors of #123fef

#123fef #ef123f #3fef12

Analogous Colors of #123fef

#123fef #5412ef #12aeef

Monochromatic Colors of #123fef

#123fef

Complementary Color

#123fef #efc212

#123fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#123fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#123fef Color CSS Codes

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

#123fef Text Font Color

<p style="color:#123fef">Text here</p>

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


#123fef Background Color

<div style="background-color:#123fef">
Div content here</div>

This div background color is #123fef


#123fef Border Color

<div style="border:3px solid #123fef">
Div here</div>

This div border color is #123fef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,63,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #123fef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #123fef;
  -webkit-box-shadow: 1px 1px 3px 2px #123fef;
  box-shadow:         1px 1px 3px 2px #123fef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #123fef


Comments

No comments written yet.

Please login to write comment.