Color Hex Logo

#145aeb Color Hex

#145AEB
(20,90,235)
0 Favorites   0 Comments

Color spaces of #145aeb

RGB 2090235
HSL0.610.840.50
HSV220°91°92°
CMYK 0.910.620.00   0.08
XYZ18.940113.459280.1969
Yxy13.45920.16820.1195
Hunter Lab36.686827.9514-103.9265
CIE-Lab43.447235.8083-78.1235

#145aeb color RGB value is (20,90,235).

#145aeb hex color red value is 20, green value is 90 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #145aeb hue: 0.61 , saturation: 0.84 and the lightness value of 145aeb is 0.50.

The process color (four color CMYK) of #145aeb color hex is 0.91, 0.62, 0.00, 0.08. Web safe color of #145aeb is #0066ff. Color #145aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01011010 11101011
Octal 24 132 353
Decimal 20 90 235
Hex 14 5A EB

RGB Percentages of Color #145aeb

%5.80
%26.09
%68.12

CMYK Percentages of Color #145aeb

%91
%62
%0
%8

Triadic Colors of #145aeb

#145aeb #eb145a #5aeb14

Analogous Colors of #145aeb

#145aeb #3a14eb #14c6eb

Monochromatic Colors of #145aeb

#145aeb

Complementary Color

#145aeb #eba514

#145aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#145aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#145aeb Color CSS Codes

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

#145aeb Text Font Color

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

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


#145aeb Background Color

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

This div background color is #145aeb


#145aeb Border Color

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

This div border color is #145aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #145aeb


Comments

No comments written yet.

Please login to write comment.