Color Hex Logo

#145aba Color Hex

#145ABA
(20,90,186)
0 Favorites   0 Comments

Color spaces of #145aba

RGB 2090186
HSL0.600.810.40
HSV215°89°73°
CMYK 0.890.520.00   0.27
XYZ12.807611.006247.9038
Yxy11.00620.17860.1535
Hunter Lab33.175610.8535-62.3887
CIE-Lab39.590916.7221-56.2667

#145aba color RGB value is (20,90,186).

#145aba hex color red value is 20, green value is 90 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #145aba hue: 0.60 , saturation: 0.81 and the lightness value of 145aba is 0.40.

The process color (four color CMYK) of #145aba color hex is 0.89, 0.52, 0.00, 0.27. Web safe color of #145aba is #0066cc. Color #145aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01011010 10111010
Octal 24 132 272
Decimal 20 90 186
Hex 14 5A BA

RGB Percentages of Color #145aba

%6.76
%30.41
%62.84

CMYK Percentages of Color #145aba

%89
%52
%0
%27

Triadic Colors of #145aba

#145aba #ba145a #5aba14

Analogous Colors of #145aba

#145aba #2114ba #14adba

Monochromatic Colors of #145aba

#145aba

Complementary Color

#145aba #ba7414

#145aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#145aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#145aba Color CSS Codes

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

#145aba Text Font Color

<p style="color:#145aba">Text here</p>

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


#145aba Background Color

<div style="background-color:#145aba">
Div content here</div>

This div background color is #145aba


#145aba Border Color

<div style="border:3px solid #145aba">
Div here</div>

This div border color is #145aba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,90,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #145aba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #145aba;
  -webkit-box-shadow: 1px 1px 3px 2px #145aba;
  box-shadow:         1px 1px 3px 2px #145aba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #145aba


Comments

No comments written yet.

Please login to write comment.