Color Hex Logo

#142ebd Color Hex

#142EBD
(20,46,189)
0 Favorites   0 Comments

Color spaces of #142ebd

RGB 2046189
HSL0.640.810.41
HSV231°89°74°
CMYK 0.890.760.00   0.26
XYZ10.45085.776848.7083
Yxy5.77680.16090.0890
Hunter Lab24.035035.5535-103.3302
CIE-Lab28.842246.2522-75.6457

#142ebd color RGB value is (20,46,189).

#142ebd hex color red value is 20, green value is 46 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #142ebd hue: 0.64 , saturation: 0.81 and the lightness value of 142ebd is 0.41.

The process color (four color CMYK) of #142ebd color hex is 0.89, 0.76, 0.00, 0.26. Web safe color of #142ebd is #0033cc. Color #142ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00101110 10111101
Octal 24 56 275
Decimal 20 46 189
Hex 14 2E BD

RGB Percentages of Color #142ebd

%7.84
%18.04
%74.12

CMYK Percentages of Color #142ebd

%89
%76
%0
%26

Triadic Colors of #142ebd

#142ebd #bd142e #2ebd14

Analogous Colors of #142ebd

#142ebd #4e14bd #1483bd

Monochromatic Colors of #142ebd

#142ebd

Complementary Color

#142ebd #bda314

#142ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#142ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#142ebd Color CSS Codes

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

#142ebd Text Font Color

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

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


#142ebd Background Color

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

This div background color is #142ebd


#142ebd Border Color

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

This div border color is #142ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #142ebd


Comments

No comments written yet.

Please login to write comment.