Color Hex Logo

#14fcaf Color Hex

#14FCAF
(20,252,175)
0 Favorites   0 Comments

Color spaces of #14fcaf

RGB 20252175
HSL0.440.970.53
HSV160°92°99°
CMYK 0.920.000.31   0.01
XYZ42.836872.864752.3640
Yxy72.86470.25490.4335
Hunter Lab85.3608-59.804423.3815
CIE-Lab88.3831-66.576723.2763

#14fcaf color RGB value is (20,252,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11111100 10101111
Octal 24 374 257
Decimal 20 252 175
Hex 14 FC AF

RGB Percentages of Color #14fcaf

%4.47
%56.38
%39.15

CMYK Percentages of Color #14fcaf

%92
%0
%31
%1

Triadic Colors of #14fcaf

#14fcaf #af14fc #fcaf14

Analogous Colors of #14fcaf

#14fcaf #14d5fc #14fc3b

Monochromatic Colors of #14fcaf

#14fcaf

Complementary Color

#14fcaf #fc1461

#14fcaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14fcaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#14fcaf Color CSS Codes

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

#14fcaf Text Font Color

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

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


#14fcaf Background Color

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

This div background color is #14fcaf


#14fcaf Border Color

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

This div border color is #14fcaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14fcaf


Comments

No comments written yet.

Please login to write comment.