Color Hex Logo

#145deb Color Hex

#145DEB
(20,93,235)
0 Favorites   0 Comments

Color spaces of #145deb

RGB 2093235
HSL0.610.840.50
HSV220°91°92°
CMYK 0.910.600.00   0.08
XYZ19.198213.975680.2830
Yxy13.97560.16920.1232
Hunter Lab37.384026.2452-101.1580
CIE-Lab44.197933.8928-76.8937

#145deb color RGB value is (20,93,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01011101 11101011
Octal 24 135 353
Decimal 20 93 235
Hex 14 5D EB

RGB Percentages of Color #145deb

%5.75
%26.72
%67.53

CMYK Percentages of Color #145deb

%91
%60
%0
%8

Triadic Colors of #145deb

#145deb #eb145d #5deb14

Analogous Colors of #145deb

#145deb #3714eb #14c9eb

Monochromatic Colors of #145deb

#145deb

Complementary Color

#145deb #eba214

#145deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#145deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#145deb Color CSS Codes

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

#145deb Text Font Color

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

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


#145deb Background Color

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

This div background color is #145deb


#145deb Border Color

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

This div border color is #145deb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,93,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 #145deb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #145deb


Comments

No comments written yet.

Please login to write comment.