Color Hex Logo

#14fbd4 Color Hex

#14FBD4
(20,251,212)
0 Favorites   0 Comments

Color spaces of #14fbd4

RGB 20251212
HSL0.470.970.53
HSV170°92°98°
CMYK 0.920.000.16   0.02
XYZ46.669373.896574.0911
Yxy73.89650.23980.3796
Hunter Lab85.9631-53.52789.0724
CIE-Lab88.8735-57.58304.9032

#14fbd4 color RGB value is (20,251,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11111011 11010100
Octal 24 373 324
Decimal 20 251 212
Hex 14 FB D4

RGB Percentages of Color #14fbd4

%4.14
%51.97
%43.89

CMYK Percentages of Color #14fbd4

%92
%0
%16
%2

Triadic Colors of #14fbd4

#14fbd4 #d414fb #fbd414

Analogous Colors of #14fbd4

#14fbd4 #14affb #14fb61

Monochromatic Colors of #14fbd4

#14fbd4

Complementary Color

#14fbd4 #fb143b

#14fbd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14fbd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#14fbd4 Color CSS Codes

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

#14fbd4 Text Font Color

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

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


#14fbd4 Background Color

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

This div background color is #14fbd4


#14fbd4 Border Color

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

This div border color is #14fbd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14fbd4


Comments

No comments written yet.

Please login to write comment.