Color Hex Logo

#145eed Color Hex

#145EED
(20,94,237)
0 Favorites   0 Comments

Color spaces of #145eed

RGB 2094237
HSL0.610.860.50
HSV220°92°93°
CMYK 0.920.600.00   0.07
XYZ19.577314.268681.8430
Yxy14.26860.16920.1233
Hunter Lab37.773826.4083-102.0196
CIE-Lab44.615734.0105-77.3362

#145eed color RGB value is (20,94,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01011110 11101101
Octal 24 136 355
Decimal 20 94 237
Hex 14 5E ED

RGB Percentages of Color #145eed

%5.70
%26.78
%67.52

CMYK Percentages of Color #145eed

%92
%60
%0
%7

Triadic Colors of #145eed

#145eed #ed145e #5eed14

Analogous Colors of #145eed

#145eed #3614ed #14cbed

Monochromatic Colors of #145eed

#145eed

Complementary Color

#145eed #eda314

#145eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#145eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#145eed Color CSS Codes

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

#145eed Text Font Color

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

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


#145eed Background Color

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

This div background color is #145eed


#145eed Border Color

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

This div border color is #145eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #145eed


Comments

No comments written yet.

Please login to write comment.