Color Hex Logo

#14abbe Color Hex

#14ABBE
(20,171,190)
0 Favorites   0 Comments

Color spaces of #14abbe

RGB 20171190
HSL0.520.810.41
HSV187°89°75°
CMYK 0.890.100.00   0.25
XYZ24.145732.992253.8107
Yxy32.99220.21760.2974
Hunter Lab57.4388-25.4815-15.3377
CIE-Lab64.1546-28.8262-19.9271

#14abbe color RGB value is (20,171,190).

#14abbe hex color red value is 20, green value is 171 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #14abbe hue: 0.52 , saturation: 0.81 and the lightness value of 14abbe is 0.41.

The process color (four color CMYK) of #14abbe color hex is 0.89, 0.10, 0.00, 0.25. Web safe color of #14abbe is #0099cc. Color #14abbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10101011 10111110
Octal 24 253 276
Decimal 20 171 190
Hex 14 AB BE

RGB Percentages of Color #14abbe

%5.25
%44.88
%49.87

CMYK Percentages of Color #14abbe

%89
%10
%0
%25

Triadic Colors of #14abbe

#14abbe #be14ab #abbe14

Analogous Colors of #14abbe

#14abbe #1456be #14be7c

Monochromatic Colors of #14abbe

#14abbe

Complementary Color

#14abbe #be2714

#14abbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14abbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#14abbe Color CSS Codes

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

#14abbe Text Font Color

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

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


#14abbe Background Color

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

This div background color is #14abbe


#14abbe Border Color

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

This div border color is #14abbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14abbe


Comments

No comments written yet.

Please login to write comment.