Color Hex Logo

#14abea Color Hex

#14ABEA
(20,171,234)
0 Favorites   0 Comments

Color spaces of #14abea

RGB 20171234
HSL0.550.840.50
HSV198°91°92°
CMYK 0.910.270.00   0.08
XYZ29.702735.215183.0736
Yxy35.21510.20070.2380
Hunter Lab59.3423-14.5042-41.4607
CIE-Lab65.9158-13.7812-41.5188

#14abea color RGB value is (20,171,234).

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

The process color (four color CMYK) of #14abea color hex is 0.91, 0.27, 0.00, 0.08. Web safe color of #14abea is #0099ff. Color #14abea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10101011 11101010
Octal 24 253 352
Decimal 20 171 234
Hex 14 AB EA

RGB Percentages of Color #14abea

%4.71
%40.24
%55.06

CMYK Percentages of Color #14abea

%91
%27
%0
%8

Triadic Colors of #14abea

#14abea #ea14ab #abea14

Analogous Colors of #14abea

#14abea #1440ea #14eabe

Monochromatic Colors of #14abea

#14abea

Complementary Color

#14abea #ea5314

#14abea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14abea Color Preview on White Background

Lorem ipsum dolor sit amet.

#14abea Color CSS Codes

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

#14abea Text Font Color

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

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


#14abea Background Color

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

This div background color is #14abea


#14abea Border Color

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

This div border color is #14abea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14abea


Comments

No comments written yet.

Please login to write comment.