Color Hex Logo

#14baed Color Hex

#14BAED
(20,186,237)
0 Favorites   0 Comments

Color spaces of #14baed

RGB 20186237
HSL0.540.860.50
HSV194°92°93°
CMYK 0.920.220.00   0.07
XYZ33.133541.381086.3618
Yxy41.38100.20600.2572
Hunter Lab64.3281-20.6340-34.5684
CIE-Lab70.4420-20.7001-36.0950

#14baed color RGB value is (20,186,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10111010 11101101
Octal 24 272 355
Decimal 20 186 237
Hex 14 BA ED

RGB Percentages of Color #14baed

%4.51
%41.99
%53.50

CMYK Percentages of Color #14baed

%92
%22
%0
%7

Triadic Colors of #14baed

#14baed #ed14ba #baed14

Analogous Colors of #14baed

#14baed #144ded #14edb4

Monochromatic Colors of #14baed

#14baed

Complementary Color

#14baed #ed4714

#14baed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14baed Color Preview on White Background

Lorem ipsum dolor sit amet.

#14baed Color CSS Codes

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

#14baed Text Font Color

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

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


#14baed Background Color

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

This div background color is #14baed


#14baed Border Color

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

This div border color is #14baed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14baed


Comments

No comments written yet.

Please login to write comment.