Color Hex Logo

#14adfe Color Hex

#14ADFE
(20,173,254)
0 Favorites   0 Comments

Color spaces of #14adfe

RGB 20173254
HSL0.560.990.54
HSV201°92°100°
CMYK 0.920.320.00   0.00
XYZ33.121537.191699.1989
Yxy37.19160.19540.2194
Hunter Lab60.9849-9.7785-53.7525
CIE-Lab67.4205-7.7188-50.0571

#14adfe color RGB value is (20,173,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10101101 11111110
Octal 24 255 376
Decimal 20 173 254
Hex 14 AD FE

RGB Percentages of Color #14adfe

%4.47
%38.70
%56.82

CMYK Percentages of Color #14adfe

%92
%32
%0
%0

Triadic Colors of #14adfe

#14adfe #fe14ad #adfe14

Analogous Colors of #14adfe

#14adfe #1438fe #14feda

Monochromatic Colors of #14adfe

#14adfe

Complementary Color

#14adfe #fe6514

#14adfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14adfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#14adfe Color CSS Codes

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

#14adfe Text Font Color

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

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


#14adfe Background Color

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

This div background color is #14adfe


#14adfe Border Color

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

This div border color is #14adfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14adfe


Comments

No comments written yet.

Please login to write comment.