Color Hex Logo

#14feae Color Hex

#14FEAE
(20,254,174)
0 Favorites   0 Comments

Color spaces of #14feae

RGB 20254174
HSL0.440.990.54
HSV159°92°100°
CMYK 0.920.000.31   0.00
XYZ43.370374.088352.0590
Yxy74.08830.25580.4371
Hunter Lab86.0746-60.689924.3928
CIE-Lab88.9642-67.496424.5829

#14feae color RGB value is (20,254,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11111110 10101110
Octal 24 376 256
Decimal 20 254 174
Hex 14 FE AE

RGB Percentages of Color #14feae

%4.46
%56.70
%38.84

CMYK Percentages of Color #14feae

%92
%0
%31
%0

Triadic Colors of #14feae

#14feae #ae14fe #feae14

Analogous Colors of #14feae

#14feae #14d9fe #14fe39

Monochromatic Colors of #14feae

#14feae

Complementary Color

#14feae #fe1464

#14feae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14feae Color Preview on White Background

Lorem ipsum dolor sit amet.

#14feae Color CSS Codes

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

#14feae Text Font Color

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

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


#14feae Background Color

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

This div background color is #14feae


#14feae Border Color

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

This div border color is #14feae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14feae

Related Colors


Comments

No comments written yet.

Please login to write comment.