Color Hex Logo

#14c7bf Color Hex

#14C7BF
(20,199,191)
0 Favorites   0 Comments

Color spaces of #14c7bf

RGB 20199191
HSL0.490.820.43
HSV177°90°78°
CMYK 0.900.000.04   0.22
XYZ30.115944.757256.3419
Yxy44.75720.22950.3411
Hunter Lab66.9008-36.7233-3.1017
CIE-Lab72.7317-41.5941-7.5803

#14c7bf color RGB value is (20,199,191).

#14c7bf hex color red value is 20, green value is 199 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #14c7bf hue: 0.49 , saturation: 0.82 and the lightness value of 14c7bf is 0.43.

The process color (four color CMYK) of #14c7bf color hex is 0.90, 0.00, 0.04, 0.22. Web safe color of #14c7bf is #00cccc. Color #14c7bf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 11000111 10111111
Octal 24 307 277
Decimal 20 199 191
Hex 14 C7 BF

RGB Percentages of Color #14c7bf

%4.88
%48.54
%46.59

CMYK Percentages of Color #14c7bf

%90
%0
%4
%22

Triadic Colors of #14c7bf

#14c7bf #bf14c7 #c7bf14

Analogous Colors of #14c7bf

#14c7bf #1476c7 #14c766

Monochromatic Colors of #14c7bf

#14c7bf

Complementary Color

#14c7bf #c7141c

#14c7bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14c7bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#14c7bf Color CSS Codes

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

#14c7bf Text Font Color

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

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


#14c7bf Background Color

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

This div background color is #14c7bf


#14c7bf Border Color

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

This div border color is #14c7bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14c7bf


Comments

No comments written yet.

Please login to write comment.