Color Hex Logo

#1494da Color Hex

#1494DA
(20,148,218)
0 Favorites   0 Comments

Color spaces of #1494da

RGB 20148218
HSL0.560.830.47
HSV201°91°85°
CMYK 0.910.320.00   0.15
XYZ23.533326.390570.1832
Yxy26.39050.19590.2197
Hunter Lab51.3717-8.1298-45.0409
CIE-Lab58.4059-6.7474-44.4785

#1494da color RGB value is (20,148,218).

#1494da hex color red value is 20, green value is 148 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #1494da hue: 0.56 , saturation: 0.83 and the lightness value of 1494da is 0.47.

The process color (four color CMYK) of #1494da color hex is 0.91, 0.32, 0.00, 0.15. Web safe color of #1494da is #0099cc. Color #1494da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10010100 11011010
Octal 24 224 332
Decimal 20 148 218
Hex 14 94 DA

RGB Percentages of Color #1494da

%5.18
%38.34
%56.48

CMYK Percentages of Color #1494da

%91
%32
%0
%15

Triadic Colors of #1494da

#1494da #da1494 #94da14

Analogous Colors of #1494da

#1494da #1431da #14dabd

Monochromatic Colors of #1494da

#1494da

Complementary Color

#1494da #da5a14

#1494da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1494da Color Preview on White Background

Lorem ipsum dolor sit amet.

#1494da Color CSS Codes

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

#1494da Text Font Color

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

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


#1494da Background Color

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

This div background color is #1494da


#1494da Border Color

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

This div border color is #1494da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1494da


Comments

No comments written yet.

Please login to write comment.