Color Hex Logo

#14b3ea Color Hex

#14B3EA
(20,179,234)
0 Favorites   0 Comments

Color spaces of #14b3ea

RGB 20179234
HSL0.540.840.50
HSV195°91°92°
CMYK 0.910.240.00   0.08
XYZ31.259938.329483.5927
Yxy38.32940.20410.2502
Hunter Lab61.9107-18.2158-36.7166
CIE-Lab68.2627-18.0683-37.8523

#14b3ea color RGB value is (20,179,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10110011 11101010
Octal 24 263 352
Decimal 20 179 234
Hex 14 B3 EA

RGB Percentages of Color #14b3ea

%4.62
%41.34
%54.04

CMYK Percentages of Color #14b3ea

%91
%24
%0
%8

Triadic Colors of #14b3ea

#14b3ea #ea14b3 #b3ea14

Analogous Colors of #14b3ea

#14b3ea #1448ea #14eab6

Monochromatic Colors of #14b3ea

#14b3ea

Complementary Color

#14b3ea #ea4b14

#14b3ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14b3ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#14b3ea Color CSS Codes

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

#14b3ea Text Font Color

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

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


#14b3ea Background Color

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

This div background color is #14b3ea


#14b3ea Border Color

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

This div border color is #14b3ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14b3ea


Comments

No comments written yet.

Please login to write comment.