Color Hex Logo

#14adfb Color Hex

#14ADFB
(20,173,251)
0 Favorites   0 Comments

Color spaces of #14adfb

RGB 20173251
HSL0.560.970.53
HSV200°92°98°
CMYK 0.920.310.00   0.02
XYZ32.644637.000996.6881
Yxy37.00090.19630.2224
Hunter Lab60.8284-10.6545-51.6630
CIE-Lab67.2777-8.8001-48.6536

#14adfb color RGB value is (20,173,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10101101 11111011
Octal 24 255 373
Decimal 20 173 251
Hex 14 AD FB

RGB Percentages of Color #14adfb

%4.50
%38.96
%56.53

CMYK Percentages of Color #14adfb

%92
%31
%0
%2

Triadic Colors of #14adfb

#14adfb #fb14ad #adfb14

Analogous Colors of #14adfb

#14adfb #143afb #14fbd6

Monochromatic Colors of #14adfb

#14adfb

Complementary Color

#14adfb #fb6214

#14adfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14adfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#14adfb Color CSS Codes

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

#14adfb Text Font Color

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

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


#14adfb Background Color

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

This div background color is #14adfb


#14adfb Border Color

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

This div border color is #14adfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14adfb

Related Colors


Comments

No comments written yet.

Please login to write comment.