Color Hex Logo

#146fef Color Hex

#146FEF
(20,111,239)
0 Favorites   0 Comments

Color spaces of #146fef

RGB 20111239
HSL0.600.870.51
HSV215°92°94°
CMYK 0.920.540.00   0.06
XYZ21.552917.749683.9514
Yxy17.74960.17490.1440
Hunter Lab42.130317.5886-88.6537
CIE-Lab49.191023.9056-70.9961

#146fef color RGB value is (20,111,239).

#146fef hex color red value is 20, green value is 111 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #146fef hue: 0.60 , saturation: 0.87 and the lightness value of 146fef is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01101111 11101111
Octal 24 157 357
Decimal 20 111 239
Hex 14 6F EF

RGB Percentages of Color #146fef

%5.41
%30.00
%64.59

CMYK Percentages of Color #146fef

%92
%54
%0
%6

Triadic Colors of #146fef

#146fef #ef146f #6fef14

Analogous Colors of #146fef

#146fef #2614ef #14ddef

Monochromatic Colors of #146fef

#146fef

Complementary Color

#146fef #ef9414

#146fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#146fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#146fef Color CSS Codes

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

#146fef Text Font Color

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

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


#146fef Background Color

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

This div background color is #146fef


#146fef Border Color

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

This div border color is #146fef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,111,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 #146fef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #146fef


Comments

No comments written yet.

Please login to write comment.