Color Hex Logo

#14affa Color Hex

#14AFFA
(20,175,250)
0 Favorites   0 Comments

Color spaces of #14affa

RGB 20175250
HSL0.550.960.53
HSV200°92°98°
CMYK 0.920.300.00   0.02
XYZ32.873837.710895.9888
Yxy37.71080.19740.2264
Hunter Lab61.4091-11.9106-49.6900
CIE-Lab67.8069-10.2636-47.2765

#14affa color RGB value is (20,175,250).

#14affa hex color red value is 20, green value is 175 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #14affa hue: 0.55 , saturation: 0.96 and the lightness value of 14affa is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10101111 11111010
Octal 24 257 372
Decimal 20 175 250
Hex 14 AF FA

RGB Percentages of Color #14affa

%4.49
%39.33
%56.18

CMYK Percentages of Color #14affa

%92
%30
%0
%2

Triadic Colors of #14affa

#14affa #fa14af #affa14

Analogous Colors of #14affa

#14affa #143cfa #14fad2

Monochromatic Colors of #14affa

#14affa

Complementary Color

#14affa #fa5f14

#14affa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14affa Color Preview on White Background

Lorem ipsum dolor sit amet.

#14affa Color CSS Codes

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

#14affa Text Font Color

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

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


#14affa Background Color

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

This div background color is #14affa


#14affa Border Color

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

This div border color is #14affa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14affa


Comments

No comments written yet.

Please login to write comment.