Color Hex Logo

#14aefb Color Hex

#14AEFB
(20,174,251)
0 Favorites   0 Comments

Color spaces of #14aefb

RGB 20174251
HSL0.560.970.53
HSV200°92°98°
CMYK 0.920.310.00   0.02
XYZ32.837137.385996.7523
Yxy37.38590.19670.2239
Hunter Lab61.1440-11.1394-51.0178
CIE-Lab67.5655-9.3539-48.1998

#14aefb color RGB value is (20,174,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10101110 11111011
Octal 24 256 373
Decimal 20 174 251
Hex 14 AE FB

RGB Percentages of Color #14aefb

%4.49
%39.10
%56.40

CMYK Percentages of Color #14aefb

%92
%31
%0
%2

Triadic Colors of #14aefb

#14aefb #fb14ae #aefb14

Analogous Colors of #14aefb

#14aefb #143bfb #14fbd5

Monochromatic Colors of #14aefb

#14aefb

Complementary Color

#14aefb #fb6114

#14aefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14aefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#14aefb Color CSS Codes

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

#14aefb Text Font Color

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

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


#14aefb Background Color

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

This div background color is #14aefb


#14aefb Border Color

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

This div border color is #14aefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14aefb


Comments

No comments written yet.

Please login to write comment.