Color Hex Logo

#142fee Color Hex

#142FEE
(20,47,238)
0 Favorites   0 Comments

Color spaces of #142fee

RGB 2047238
HSL0.650.870.51
HSV233°92°93°
CMYK 0.920.800.00   0.07
XYZ16.73768.354881.6194
Yxy8.35480.15680.0783
Hunter Lab28.904752.7794-147.1865
CIE-Lab34.711161.6735-94.2473

#142fee color RGB value is (20,47,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00101111 11101110
Octal 24 57 356
Decimal 20 47 238
Hex 14 2F EE

RGB Percentages of Color #142fee

%6.56
%15.41
%78.03

CMYK Percentages of Color #142fee

%92
%80
%0
%7

Triadic Colors of #142fee

#142fee #ee142f #2fee14

Analogous Colors of #142fee

#142fee #6614ee #149cee

Monochromatic Colors of #142fee

#142fee

Complementary Color

#142fee #eed314

#142fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#142fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#142fee Color CSS Codes

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

#142fee Text Font Color

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

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


#142fee Background Color

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

This div background color is #142fee


#142fee Border Color

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

This div border color is #142fee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,47,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #142fee


Comments

No comments written yet.

Please login to write comment.