Color Hex Logo

#145eee Color Hex

#145EEE
(20,94,238)
0 Favorites   0 Comments

Color spaces of #145eee

RGB 2094238
HSL0.610.870.51
HSV220°92°93°
CMYK 0.920.610.00   0.07
XYZ19.723814.327282.6148
Yxy14.32720.16910.1228
Hunter Lab37.851326.7742-102.9114
CIE-Lab44.698634.3880-77.7632

#145eee color RGB value is (20,94,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01011110 11101110
Octal 24 136 356
Decimal 20 94 238
Hex 14 5E EE

RGB Percentages of Color #145eee

%5.68
%26.70
%67.61

CMYK Percentages of Color #145eee

%92
%61
%0
%7

Triadic Colors of #145eee

#145eee #ee145e #5eee14

Analogous Colors of #145eee

#145eee #3714ee #14cbee

Monochromatic Colors of #145eee

#145eee

Complementary Color

#145eee #eea414

#145eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#145eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#145eee Color CSS Codes

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

#145eee Text Font Color

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

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


#145eee Background Color

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

This div background color is #145eee


#145eee Border Color

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

This div border color is #145eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #145eee


Comments

No comments written yet.

Please login to write comment.