Color Hex Logo

#1494ea Color Hex

#1494EA
(20,148,234)
0 Favorites   0 Comments

Color spaces of #1494ea

RGB 20148234
HSL0.570.840.50
HSV204°91°92°
CMYK 0.910.370.00   0.08
XYZ25.729727.269081.7493
Yxy27.26900.19090.2024
Hunter Lab52.2197-3.4340-56.2639
CIE-Lab59.2225-0.7886-52.0826

#1494ea color RGB value is (20,148,234).

#1494ea hex color red value is 20, green value is 148 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #1494ea hue: 0.57 , saturation: 0.84 and the lightness value of 1494ea is 0.50.

The process color (four color CMYK) of #1494ea color hex is 0.91, 0.37, 0.00, 0.08. Web safe color of #1494ea is #0099ff. Color #1494ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10010100 11101010
Octal 24 224 352
Decimal 20 148 234
Hex 14 94 EA

RGB Percentages of Color #1494ea

%4.98
%36.82
%58.21

CMYK Percentages of Color #1494ea

%91
%37
%0
%8

Triadic Colors of #1494ea

#1494ea #ea1494 #94ea14

Analogous Colors of #1494ea

#1494ea #1429ea #14ead5

Monochromatic Colors of #1494ea

#1494ea

Complementary Color

#1494ea #ea6a14

#1494ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1494ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#1494ea Color CSS Codes

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

#1494ea Text Font Color

<p style="color:#1494ea">Text here</p>

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


#1494ea Background Color

<div style="background-color:#1494ea">
Div content here</div>

This div background color is #1494ea


#1494ea Border Color

<div style="border:3px solid #1494ea">
Div here</div>

This div border color is #1494ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,148,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1494ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1494ea;
  -webkit-box-shadow: 1px 1px 3px 2px #1494ea;
  box-shadow:         1px 1px 3px 2px #1494ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1494ea


Comments

No comments written yet.

Please login to write comment.