Color Hex Logo

#142edc Color Hex

#142EDC
(20,46,220)
0 Favorites   0 Comments

Color spaces of #142edc

RGB 2046220
HSL0.650.830.47
HSV232°91°86°
CMYK 0.910.790.00   0.14
XYZ14.18387.270068.3658
Yxy7.27000.15790.0809
Hunter Lab26.962946.7144-131.4585
CIE-Lab32.413856.5286-87.7880

#142edc color RGB value is (20,46,220).

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

The process color (four color CMYK) of #142edc color hex is 0.91, 0.79, 0.00, 0.14. Web safe color of #142edc is #0033cc. Color #142edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00101110 11011100
Octal 24 56 334
Decimal 20 46 220
Hex 14 2E DC

RGB Percentages of Color #142edc

%6.99
%16.08
%76.92

CMYK Percentages of Color #142edc

%91
%79
%0
%14

Triadic Colors of #142edc

#142edc #dc142e #2edc14

Analogous Colors of #142edc

#142edc #5e14dc #1492dc

Monochromatic Colors of #142edc

#142edc

Complementary Color

#142edc #dcc214

#142edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#142edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#142edc Color CSS Codes

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

#142edc Text Font Color

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

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


#142edc Background Color

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

This div background color is #142edc


#142edc Border Color

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

This div border color is #142edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #142edc


Comments

No comments written yet.

Please login to write comment.