Color Hex Logo

#14a0be Color Hex

#14A0BE
(20,160,190)
0 Favorites   0 Comments

Color spaces of #14a0be

RGB 20160190
HSL0.530.810.41
HSV191°89°75°
CMYK 0.890.160.00   0.25
XYZ22.153629.008053.1467
Yxy29.00800.21240.2781
Hunter Lab53.8591-20.8318-20.8044
CIE-Lab60.7887-23.2778-25.0772

#14a0be color RGB value is (20,160,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10100000 10111110
Octal 24 240 276
Decimal 20 160 190
Hex 14 A0 BE

RGB Percentages of Color #14a0be

%5.41
%43.24
%51.35

CMYK Percentages of Color #14a0be

%89
%16
%0
%25

Triadic Colors of #14a0be

#14a0be #be14a0 #a0be14

Analogous Colors of #14a0be

#14a0be #144bbe #14be87

Monochromatic Colors of #14a0be

#14a0be

Complementary Color

#14a0be #be3214

#14a0be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14a0be Color Preview on White Background

Lorem ipsum dolor sit amet.

#14a0be Color CSS Codes

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

#14a0be Text Font Color

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

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


#14a0be Background Color

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

This div background color is #14a0be


#14a0be Border Color

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

This div border color is #14a0be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14a0be


Comments

No comments written yet.

Please login to write comment.