Color Hex Logo

#14fcb9 Color Hex

#14FCB9
(20,252,185)
0 Favorites   0 Comments

Color spaces of #14fcb9

RGB 20252185
HSL0.450.970.53
HSV163°92°99°
CMYK 0.920.000.27   0.01
XYZ43.855973.272357.7305
Yxy73.27230.25080.4190
Hunter Lab85.5992-58.346019.9326
CIE-Lab88.5774-64.397918.4314

#14fcb9 color RGB value is (20,252,185).

#14fcb9 hex color red value is 20, green value is 252 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #14fcb9 hue: 0.45 , saturation: 0.97 and the lightness value of 14fcb9 is 0.53.

The process color (four color CMYK) of #14fcb9 color hex is 0.92, 0.00, 0.27, 0.01. Web safe color of #14fcb9 is #00ffcc. Color #14fcb9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 11111100 10111001
Octal 24 374 271
Decimal 20 252 185
Hex 14 FC B9

RGB Percentages of Color #14fcb9

%4.38
%55.14
%40.48

CMYK Percentages of Color #14fcb9

%92
%0
%27
%1

Triadic Colors of #14fcb9

#14fcb9 #b914fc #fcb914

Analogous Colors of #14fcb9

#14fcb9 #14cbfc #14fc45

Monochromatic Colors of #14fcb9

#14fcb9

Complementary Color

#14fcb9 #fc1457

#14fcb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14fcb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#14fcb9 Color CSS Codes

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

#14fcb9 Text Font Color

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

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


#14fcb9 Background Color

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

This div background color is #14fcb9


#14fcb9 Border Color

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

This div border color is #14fcb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14fcb9


Comments

No comments written yet.

Please login to write comment.