Color Hex Logo

#14adfa Color Hex

#14ADFA
(20,173,250)
0 Favorites   0 Comments

Color spaces of #14adfa

RGB 20173250
HSL0.560.960.53
HSV200°92°98°
CMYK 0.920.310.00   0.02
XYZ32.487436.938095.8600
Yxy36.93800.19660.2235
Hunter Lab60.7766-10.9442-50.9715
CIE-Lab67.2305-9.1595-48.1846

#14adfa color RGB value is (20,173,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10101101 11111010
Octal 24 255 372
Decimal 20 173 250
Hex 14 AD FA

RGB Percentages of Color #14adfa

%4.51
%39.05
%56.43

CMYK Percentages of Color #14adfa

%92
%31
%0
%2

Triadic Colors of #14adfa

#14adfa #fa14ad #adfa14

Analogous Colors of #14adfa

#14adfa #143afa #14fad4

Monochromatic Colors of #14adfa

#14adfa

Complementary Color

#14adfa #fa6114

#14adfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14adfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#14adfa Color CSS Codes

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

#14adfa Text Font Color

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

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


#14adfa Background Color

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

This div background color is #14adfa


#14adfa Border Color

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

This div border color is #14adfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14adfa

Related Colors


Comments

No comments written yet.

Please login to write comment.