Color Hex Logo

#142eef Color Hex

#142EEF
(20,46,239)
0 Favorites   0 Comments

Color spaces of #142eef

RGB 2046239
HSL0.650.870.51
HSV233°92°94°
CMYK 0.920.810.00   0.06
XYZ16.84558.334782.3823
Yxy8.33470.15660.0775
Hunter Lab28.869953.6320-148.9794
CIE-Lab34.670462.4499-94.8818

#142eef color RGB value is (20,46,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00101110 11101111
Octal 24 56 357
Decimal 20 46 239
Hex 14 2E EF

RGB Percentages of Color #142eef

%6.56
%15.08
%78.36

CMYK Percentages of Color #142eef

%92
%81
%0
%6

Triadic Colors of #142eef

#142eef #ef142e #2eef14

Analogous Colors of #142eef

#142eef #6814ef #149cef

Monochromatic Colors of #142eef

#142eef

Complementary Color

#142eef #efd514

#142eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#142eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#142eef Color CSS Codes

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

#142eef Text Font Color

<p style="color:#142eef">Text here</p>

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


#142eef Background Color

<div style="background-color:#142eef">
Div content here</div>

This div background color is #142eef


#142eef Border Color

<div style="border:3px solid #142eef">
Div here</div>

This div border color is #142eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #142eef


Comments

No comments written yet.

Please login to write comment.