Color Hex Logo

#14c09e Color Hex

#14C09E
(20,192,158)
0 Favorites   0 Comments

Color spaces of #14c09e

RGB 20192158
HSL0.470.810.42
HSV168°90°75°
CMYK 0.900.000.18   0.25
XYZ25.309740.316638.7957
Yxy40.31660.24240.3861
Hunter Lab63.4954-39.96558.2205
CIE-Lab69.6944-47.69595.9616

#14c09e color RGB value is (20,192,158).

#14c09e hex color red value is 20, green value is 192 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #14c09e hue: 0.47 , saturation: 0.81 and the lightness value of 14c09e is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11000000 10011110
Octal 24 300 236
Decimal 20 192 158
Hex 14 C0 9E

RGB Percentages of Color #14c09e

%5.41
%51.89
%42.70

CMYK Percentages of Color #14c09e

%90
%0
%18
%25

Triadic Colors of #14c09e

#14c09e #9e14c0 #c09e14

Analogous Colors of #14c09e

#14c09e #148cc0 #14c048

Monochromatic Colors of #14c09e

#14c09e

Complementary Color

#14c09e #c01436

#14c09e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14c09e Color Preview on White Background

Lorem ipsum dolor sit amet.

#14c09e Color CSS Codes

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

#14c09e Text Font Color

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

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


#14c09e Background Color

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

This div background color is #14c09e


#14c09e Border Color

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

This div border color is #14c09e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14c09e


Comments

No comments written yet.

Please login to write comment.