Color Hex Logo

#14a5df Color Hex

#14A5DF
(20,165,223)
0 Favorites   0 Comments

Color spaces of #14a5df

RGB 20165223
HSL0.550.840.48
HSV197°91°87°
CMYK 0.910.260.00   0.13
XYZ27.062932.386774.6369
Yxy32.38670.20180.2415
Hunter Lab56.9093-14.7066-37.9227
CIE-Lab63.6612-14.4283-38.9973

#14a5df color RGB value is (20,165,223).

#14a5df hex color red value is 20, green value is 165 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #14a5df hue: 0.55 , saturation: 0.84 and the lightness value of 14a5df is 0.48.

The process color (four color CMYK) of #14a5df color hex is 0.91, 0.26, 0.00, 0.13. Web safe color of #14a5df is #0099cc. Color #14a5df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10100101 11011111
Octal 24 245 337
Decimal 20 165 223
Hex 14 A5 DF

RGB Percentages of Color #14a5df

%4.90
%40.44
%54.66

CMYK Percentages of Color #14a5df

%91
%26
%0
%13

Triadic Colors of #14a5df

#14a5df #df14a5 #a5df14

Analogous Colors of #14a5df

#14a5df #1440df #14dfb4

Monochromatic Colors of #14a5df

#14a5df

Complementary Color

#14a5df #df4e14

#14a5df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14a5df Color Preview on White Background

Lorem ipsum dolor sit amet.

#14a5df Color CSS Codes

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

#14a5df Text Font Color

<p style="color:#14a5df">Text here</p>

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


#14a5df Background Color

<div style="background-color:#14a5df">
Div content here</div>

This div background color is #14a5df


#14a5df Border Color

<div style="border:3px solid #14a5df">
Div here</div>

This div border color is #14a5df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,165,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #14a5df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #14a5df;
  -webkit-box-shadow: 1px 1px 3px 2px #14a5df;
  box-shadow:         1px 1px 3px 2px #14a5df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14a5df


Comments

No comments written yet.

Please login to write comment.