Color Hex Logo

#14baea Color Hex

#14BAEA
(20,186,234)
0 Favorites   0 Comments

Color spaces of #14baea

RGB 20186234
HSL0.540.840.50
HSV193°91°92°
CMYK 0.910.210.00   0.08
XYZ32.698741.207084.0723
Yxy41.20700.20700.2608
Hunter Lab64.1927-21.4122-32.7165
CIE-Lab70.3207-21.7232-34.6535

#14baea color RGB value is (20,186,234).

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

The process color (four color CMYK) of #14baea color hex is 0.91, 0.21, 0.00, 0.08. Web safe color of #14baea is #00ccff. Color #14baea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10111010 11101010
Octal 24 272 352
Decimal 20 186 234
Hex 14 BA EA

RGB Percentages of Color #14baea

%4.55
%42.27
%53.18

CMYK Percentages of Color #14baea

%91
%21
%0
%8

Triadic Colors of #14baea

#14baea #ea14ba #baea14

Analogous Colors of #14baea

#14baea #144fea #14eaaf

Monochromatic Colors of #14baea

#14baea

Complementary Color

#14baea #ea4414

#14baea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14baea Color Preview on White Background

Lorem ipsum dolor sit amet.

#14baea Color CSS Codes

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

#14baea Text Font Color

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

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


#14baea Background Color

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

This div background color is #14baea


#14baea Border Color

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

This div border color is #14baea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14baea


Comments

No comments written yet.

Please login to write comment.