Color Hex Logo

#14a7bd Color Hex

#14A7BD
(20,167,189)
0 Favorites   0 Comments

Color spaces of #14a7bd

RGB 20167189
HSL0.520.810.41
HSV188°89°74°
CMYK 0.890.120.00   0.26
XYZ23.292531.460352.9889
Yxy31.46030.21620.2920
Hunter Lab56.0895-24.0302-16.7499
CIE-Lab62.8943-27.1686-21.2909

#14a7bd color RGB value is (20,167,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10100111 10111101
Octal 24 247 275
Decimal 20 167 189
Hex 14 A7 BD

RGB Percentages of Color #14a7bd

%5.32
%44.41
%50.27

CMYK Percentages of Color #14a7bd

%89
%12
%0
%26

Triadic Colors of #14a7bd

#14a7bd #bd14a7 #a7bd14

Analogous Colors of #14a7bd

#14a7bd #1453bd #14bd7f

Monochromatic Colors of #14a7bd

#14a7bd

Complementary Color

#14a7bd #bd2a14

#14a7bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14a7bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#14a7bd Color CSS Codes

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

#14a7bd Text Font Color

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

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


#14a7bd Background Color

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

This div background color is #14a7bd


#14a7bd Border Color

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

This div border color is #14a7bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14a7bd


Comments

No comments written yet.

Please login to write comment.