Color Hex Logo

#14baef Color Hex

#14BAEF
(20,186,239)
0 Favorites   0 Comments

Color spaces of #14baef

RGB 20186239
HSL0.540.870.51
HSV195°92°94°
CMYK 0.920.220.00   0.06
XYZ33.427441.498587.9096
Yxy41.49850.20530.2548
Hunter Lab64.4193-20.1096-35.8163
CIE-Lab70.5238-20.0150-37.0535

#14baef color RGB value is (20,186,239).

#14baef hex color red value is 20, green value is 186 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #14baef hue: 0.54 , saturation: 0.87 and the lightness value of 14baef is 0.51.

The process color (four color CMYK) of #14baef color hex is 0.92, 0.22, 0.00, 0.06. Web safe color of #14baef is #00ccff. Color #14baef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10111010 11101111
Octal 24 272 357
Decimal 20 186 239
Hex 14 BA EF

RGB Percentages of Color #14baef

%4.49
%41.80
%53.71

CMYK Percentages of Color #14baef

%92
%22
%0
%6

Triadic Colors of #14baef

#14baef #ef14ba #baef14

Analogous Colors of #14baef

#14baef #144def #14efb7

Monochromatic Colors of #14baef

#14baef

Complementary Color

#14baef #ef4914

#14baef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14baef Color Preview on White Background

Lorem ipsum dolor sit amet.

#14baef Color CSS Codes

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

#14baef Text Font Color

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

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


#14baef Background Color

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

This div background color is #14baef


#14baef Border Color

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

This div border color is #14baef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14baef


Comments

No comments written yet.

Please login to write comment.