Color Hex Logo

#145ede Color Hex

#145EDE
(20,94,222)
0 Favorites   0 Comments

Color spaces of #145ede

RGB 2094222
HSL0.610.830.47
HSV218°91°87°
CMYK 0.910.580.00   0.13
XYZ17.476013.428170.7780
Yxy13.42810.17190.1321
Hunter Lab36.644421.0005-88.8666
CIE-Lab43.401328.2779-70.8350

#145ede color RGB value is (20,94,222).

#145ede hex color red value is 20, green value is 94 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #145ede hue: 0.61 , saturation: 0.83 and the lightness value of 145ede is 0.47.

The process color (four color CMYK) of #145ede color hex is 0.91, 0.58, 0.00, 0.13. Web safe color of #145ede is #0066cc. Color #145ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01011110 11011110
Octal 24 136 336
Decimal 20 94 222
Hex 14 5E DE

RGB Percentages of Color #145ede

%5.95
%27.98
%66.07

CMYK Percentages of Color #145ede

%91
%58
%0
%13

Triadic Colors of #145ede

#145ede #de145e #5ede14

Analogous Colors of #145ede

#145ede #2f14de #14c3de

Monochromatic Colors of #145ede

#145ede

Complementary Color

#145ede #de9414

#145ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#145ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#145ede Color CSS Codes

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

#145ede Text Font Color

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

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


#145ede Background Color

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

This div background color is #145ede


#145ede Border Color

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

This div border color is #145ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #145ede


Comments

No comments written yet.

Please login to write comment.