Color Hex Logo

#14a06f Color Hex

#14A06F
(20,160,111)
0 Favorites   0 Comments

Color spaces of #14a06f

RGB 20160111
HSL0.440.780.35
HSV159°88°63°
CMYK 0.880.000.31   0.37
XYZ15.728526.438019.3130
Yxy26.43800.25580.4300
Hunter Lab51.4179-35.379013.7227
CIE-Lab58.4505-46.400515.9904

#14a06f color RGB value is (20,160,111).

#14a06f hex color red value is 20, green value is 160 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #14a06f hue: 0.44 , saturation: 0.78 and the lightness value of 14a06f is 0.35.

The process color (four color CMYK) of #14a06f color hex is 0.88, 0.00, 0.31, 0.37. Web safe color of #14a06f is #009966. Color #14a06f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10100000 01101111
Octal 24 240 157
Decimal 20 160 111
Hex 14 A0 6F

RGB Percentages of Color #14a06f

%6.87
%54.98
%38.14

CMYK Percentages of Color #14a06f

%88
%0
%31
%37

Triadic Colors of #14a06f

#14a06f #6f14a0 #a06f14

Analogous Colors of #14a06f

#14a06f #148ba0 #14a029

Monochromatic Colors of #14a06f

#14a06f

Complementary Color

#14a06f #a01445

#14a06f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14a06f Color Preview on White Background

Lorem ipsum dolor sit amet.

#14a06f Color CSS Codes

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

#14a06f Text Font Color

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

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


#14a06f Background Color

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

This div background color is #14a06f


#14a06f Border Color

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

This div border color is #14a06f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14a06f


Comments

No comments written yet.

Please login to write comment.