Color Hex Logo

#14a4fe Color Hex

#14A4FE
(20,164,254)
0 Favorites   0 Comments

Color spaces of #14a4fe

RGB 20164254
HSL0.560.990.54
HSV203°92°100°
CMYK 0.920.350.00   0.00
XYZ31.453333.855498.6429
Yxy33.85540.19180.2065
Hunter Lab58.1854-5.3326-59.7858
CIE-Lab64.8476-2.6379-54.1302

#14a4fe color RGB value is (20,164,254).

#14a4fe hex color red value is 20, green value is 164 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #14a4fe hue: 0.56 , saturation: 0.99 and the lightness value of 14a4fe is 0.54.

The process color (four color CMYK) of #14a4fe color hex is 0.92, 0.35, 0.00, 0.00. Web safe color of #14a4fe is #0099ff. Color #14a4fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10100100 11111110
Octal 24 244 376
Decimal 20 164 254
Hex 14 A4 FE

RGB Percentages of Color #14a4fe

%4.57
%37.44
%57.99

CMYK Percentages of Color #14a4fe

%92
%35
%0
%0

Triadic Colors of #14a4fe

#14a4fe #fe14a4 #a4fe14

Analogous Colors of #14a4fe

#14a4fe #142ffe #14fee3

Monochromatic Colors of #14a4fe

#14a4fe

Complementary Color

#14a4fe #fe6e14

#14a4fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14a4fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#14a4fe Color CSS Codes

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

#14a4fe Text Font Color

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

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


#14a4fe Background Color

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

This div background color is #14a4fe


#14a4fe Border Color

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

This div border color is #14a4fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14a4fe

Related Colors


Comments

No comments written yet.

Please login to write comment.