Color Hex Logo

#142bae Color Hex

#142BAE
(20,43,174)
0 Favorites   0 Comments

Color spaces of #142bae

RGB 2043174
HSL0.640.790.38
HSV231°89°68°
CMYK 0.890.750.00   0.32
XYZ8.79234.932540.5331
Yxy4.93250.16200.0909
Hunter Lab22.209231.7993-92.6611
CIE-Lab26.541642.7610-70.5256

#142bae color RGB value is (20,43,174).

#142bae hex color red value is 20, green value is 43 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #142bae hue: 0.64 , saturation: 0.79 and the lightness value of 142bae is 0.38.

The process color (four color CMYK) of #142bae color hex is 0.89, 0.75, 0.00, 0.32. Web safe color of #142bae is #003399. Color #142bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00101011 10101110
Octal 24 53 256
Decimal 20 43 174
Hex 14 2B AE

RGB Percentages of Color #142bae

%8.44
%18.14
%73.42

CMYK Percentages of Color #142bae

%89
%75
%0
%32

Triadic Colors of #142bae

#142bae #ae142b #2bae14

Analogous Colors of #142bae

#142bae #4a14ae #1478ae

Monochromatic Colors of #142bae

#142bae

Complementary Color

#142bae #ae9714

#142bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#142bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#142bae Color CSS Codes

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

#142bae Text Font Color

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

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


#142bae Background Color

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

This div background color is #142bae


#142bae Border Color

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

This div border color is #142bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #142bae


Comments

No comments written yet.

Please login to write comment.