Color Hex Logo

#1496ed Color Hex

#1496ED
(20,150,237)
0 Favorites   0 Comments

Color spaces of #1496ed

RGB 20150237
HSL0.570.860.50
HSV204°92°93°
CMYK 0.920.370.00   0.07
XYZ26.480928.075884.1443
Yxy28.07580.19090.2024
Hunter Lab52.9866-3.5183-57.0637
CIE-Lab59.9572-0.8377-52.5741

#1496ed color RGB value is (20,150,237).

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

The process color (four color CMYK) of #1496ed color hex is 0.92, 0.37, 0.00, 0.07. Web safe color of #1496ed is #0099ff. Color #1496ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10010110 11101101
Octal 24 226 355
Decimal 20 150 237
Hex 14 96 ED

RGB Percentages of Color #1496ed

%4.91
%36.86
%58.23

CMYK Percentages of Color #1496ed

%92
%37
%0
%7

Triadic Colors of #1496ed

#1496ed #ed1496 #96ed14

Analogous Colors of #1496ed

#1496ed #142aed #14edd8

Monochromatic Colors of #1496ed

#1496ed

Complementary Color

#1496ed #ed6b14

#1496ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1496ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#1496ed Color CSS Codes

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

#1496ed Text Font Color

<p style="color:#1496ed">Text here</p>

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


#1496ed Background Color

<div style="background-color:#1496ed">
Div content here</div>

This div background color is #1496ed


#1496ed Border Color

<div style="border:3px solid #1496ed">
Div here</div>

This div border color is #1496ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,150,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 #1496ed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1496ed


Comments

No comments written yet.

Please login to write comment.