Color Hex Logo

#14c59b Color Hex

#14C59B
(20,197,155)
0 Favorites   0 Comments

Color spaces of #14c59b

RGB 20197155
HSL0.460.820.43
HSV166°90°77°
CMYK 0.900.000.21   0.23
XYZ26.171142.447837.8242
Yxy42.44780.24590.3988
Hunter Lab65.1520-42.313711.1854
CIE-Lab71.1786-50.48439.7139

#14c59b color RGB value is (20,197,155).

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

The process color (four color CMYK) of #14c59b color hex is 0.90, 0.00, 0.21, 0.23. Web safe color of #14c59b is #00cc99. Color #14c59b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 11000101 10011011
Octal 24 305 233
Decimal 20 197 155
Hex 14 C5 9B

RGB Percentages of Color #14c59b

%5.38
%52.96
%41.67

CMYK Percentages of Color #14c59b

%90
%0
%21
%23

Triadic Colors of #14c59b

#14c59b #9b14c5 #c59b14

Analogous Colors of #14c59b

#14c59b #1497c5 #14c543

Monochromatic Colors of #14c59b

#14c59b

Complementary Color

#14c59b #c5143e

#14c59b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14c59b Color Preview on White Background

Lorem ipsum dolor sit amet.

#14c59b Color CSS Codes

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

#14c59b Text Font Color

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

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


#14c59b Background Color

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

This div background color is #14c59b


#14c59b Border Color

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

This div border color is #14c59b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14c59b


Comments

No comments written yet.

Please login to write comment.