Color Hex Logo

#14fedf Color Hex

#14FEDF
(20,254,223)
0 Favorites   0 Comments

Color spaces of #14fedf

RGB 20254223
HSL0.480.990.54
HSV172°92°100°
CMYK 0.920.000.12   0.00
XYZ49.049676.360181.9658
Yxy76.36010.23650.3682
Hunter Lab87.3843-52.72885.5554
CIE-Lab90.0263-55.95620.8670

#14fedf color RGB value is (20,254,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11111110 11011111
Octal 24 376 337
Decimal 20 254 223
Hex 14 FE DF

RGB Percentages of Color #14fedf

%4.02
%51.11
%44.87

CMYK Percentages of Color #14fedf

%92
%0
%12
%0

Triadic Colors of #14fedf

#14fedf #df14fe #fedf14

Analogous Colors of #14fedf

#14fedf #14a8fe #14fe6a

Monochromatic Colors of #14fedf

#14fedf

Complementary Color

#14fedf #fe1433

#14fedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14fedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#14fedf Color CSS Codes

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

#14fedf Text Font Color

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

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


#14fedf Background Color

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

This div background color is #14fedf


#14fedf Border Color

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

This div border color is #14fedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14fedf


Comments

No comments written yet.

Please login to write comment.