Color Hex Logo

#142dee Color Hex

#142DEE
(20,45,238)
0 Favorites   0 Comments

Color spaces of #142dee

RGB 2045238
HSL0.650.870.51
HSV233°92°93°
CMYK 0.920.810.00   0.07
XYZ16.65958.198581.5933
Yxy8.19850.15650.0770
Hunter Lab28.633053.7485-148.9110
CIE-Lab34.392962.6086-94.7766

#142dee color RGB value is (20,45,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00101101 11101110
Octal 24 55 356
Decimal 20 45 238
Hex 14 2D EE

RGB Percentages of Color #142dee

%6.60
%14.85
%78.55

CMYK Percentages of Color #142dee

%92
%81
%0
%7

Triadic Colors of #142dee

#142dee #ee142d #2dee14

Analogous Colors of #142dee

#142dee #6814ee #149aee

Monochromatic Colors of #142dee

#142dee

Complementary Color

#142dee #eed514

#142dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#142dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#142dee Color CSS Codes

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

#142dee Text Font Color

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

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


#142dee Background Color

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

This div background color is #142dee


#142dee Border Color

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

This div border color is #142dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #142dee


Comments

No comments written yet.

Please login to write comment.