Color Hex Logo

#14feed Color Hex

#14FEED
(20,254,237)
0 Favorites   0 Comments

Color spaces of #14feed

RGB 20254237
HSL0.490.990.54
HSV176°92°100°
CMYK 0.920.000.07   0.00
XYZ51.016477.146892.3227
Yxy77.14680.23140.3499
Hunter Lab87.8333-50.0296-0.8372
CIE-Lab90.3891-52.2299-5.8685

#14feed color RGB value is (20,254,237).

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

The process color (four color CMYK) of #14feed color hex is 0.92, 0.00, 0.07, 0.00. Web safe color of #14feed is #00ffff. Color #14feed contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 11111110 11101101
Octal 24 376 355
Decimal 20 254 237
Hex 14 FE ED

RGB Percentages of Color #14feed

%3.91
%49.71
%46.38

CMYK Percentages of Color #14feed

%92
%0
%7
%0

Triadic Colors of #14feed

#14feed #ed14fe #feed14

Analogous Colors of #14feed

#14feed #149afe #14fe78

Monochromatic Colors of #14feed

#14feed

Complementary Color

#14feed #fe1425

#14feed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14feed Color Preview on White Background

Lorem ipsum dolor sit amet.

#14feed Color CSS Codes

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

#14feed Text Font Color

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

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


#14feed Background Color

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

This div background color is #14feed


#14feed Border Color

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

This div border color is #14feed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14feed

Related Colors


Comments

No comments written yet.

Please login to write comment.