Color Hex Logo

#142edd Color Hex

#142EDD
(20,46,221)
0 Favorites   0 Comments

Color spaces of #142edd

RGB 2046221
HSL0.650.830.47
HSV232°91°87°
CMYK 0.910.790.00   0.13
XYZ14.31667.323269.0656
Yxy7.32320.15780.0807
Hunter Lab27.061447.0764-132.3758
CIE-Lab32.531656.8459-88.1673

#142edd color RGB value is (20,46,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00101110 11011101
Octal 24 56 335
Decimal 20 46 221
Hex 14 2E DD

RGB Percentages of Color #142edd

%6.97
%16.03
%77.00

CMYK Percentages of Color #142edd

%91
%79
%0
%13

Triadic Colors of #142edd

#142edd #dd142e #2edd14

Analogous Colors of #142edd

#142edd #5e14dd #1493dd

Monochromatic Colors of #142edd

#142edd

Complementary Color

#142edd #ddc314

#142edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#142edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#142edd Color CSS Codes

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

#142edd Text Font Color

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

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


#142edd Background Color

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

This div background color is #142edd


#142edd Border Color

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

This div border color is #142edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #142edd


Comments

No comments written yet.

Please login to write comment.