Color Hex Logo

#14aef6 Color Hex

#14AEF6
(20,174,246)
0 Favorites   0 Comments

Color spaces of #14aef6

RGB 20174246
HSL0.550.930.52
HSV199°92°96°
CMYK 0.920.290.00   0.04
XYZ32.059137.074692.6552
Yxy37.07460.19820.2292
Hunter Lab60.8889-12.5722-47.5999
CIE-Lab67.3330-11.1443-45.8475

#14aef6 color RGB value is (20,174,246).

#14aef6 hex color red value is 20, green value is 174 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #14aef6 hue: 0.55 , saturation: 0.93 and the lightness value of 14aef6 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10101110 11110110
Octal 24 256 366
Decimal 20 174 246
Hex 14 AE F6

RGB Percentages of Color #14aef6

%4.55
%39.55
%55.91

CMYK Percentages of Color #14aef6

%92
%29
%0
%4

Triadic Colors of #14aef6

#14aef6 #f614ae #aef614

Analogous Colors of #14aef6

#14aef6 #143df6 #14f6cd

Monochromatic Colors of #14aef6

#14aef6

Complementary Color

#14aef6 #f65c14

#14aef6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14aef6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#14aef6 Color CSS Codes

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

#14aef6 Text Font Color

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

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


#14aef6 Background Color

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

This div background color is #14aef6


#14aef6 Border Color

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

This div border color is #14aef6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14aef6


Comments

No comments written yet.

Please login to write comment.