Color Hex Logo

#14fedb Color Hex

#14FEDB
(20,254,219)
0 Favorites   0 Comments

Color spaces of #14fedb

RGB 20254219
HSL0.480.990.54
HSV171°92°100°
CMYK 0.920.000.14   0.00
XYZ48.516576.146879.1586
Yxy76.14680.23800.3736
Hunter Lab87.2621-53.46537.2994
CIE-Lab89.9275-56.98862.7978

#14fedb color RGB value is (20,254,219).

#14fedb hex color red value is 20, green value is 254 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #14fedb hue: 0.48 , saturation: 0.99 and the lightness value of 14fedb is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11111110 11011011
Octal 24 376 333
Decimal 20 254 219
Hex 14 FE DB

RGB Percentages of Color #14fedb

%4.06
%51.52
%44.42

CMYK Percentages of Color #14fedb

%92
%0
%14
%0

Triadic Colors of #14fedb

#14fedb #db14fe #fedb14

Analogous Colors of #14fedb

#14fedb #14acfe #14fe66

Monochromatic Colors of #14fedb

#14fedb

Complementary Color

#14fedb #fe1437

#14fedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14fedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#14fedb Color CSS Codes

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

#14fedb Text Font Color

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

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


#14fedb Background Color

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

This div background color is #14fedb


#14fedb Border Color

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

This div border color is #14fedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14fedb

Related Colors


Comments

No comments written yet.

Please login to write comment.