Color Hex Logo

#14feec Color Hex

#14FEEC
(20,254,236)
0 Favorites   0 Comments

Color spaces of #14feec

RGB 20254236
HSL0.490.990.54
HSV175°92°100°
CMYK 0.920.000.07   0.00
XYZ50.870677.088591.5553
Yxy77.08850.23170.3512
Hunter Lab87.8001-50.2287-0.3658
CIE-Lab90.3623-52.5018-5.3888

#14feec color RGB value is (20,254,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11111110 11101100
Octal 24 376 354
Decimal 20 254 236
Hex 14 FE EC

RGB Percentages of Color #14feec

%3.92
%49.80
%46.27

CMYK Percentages of Color #14feec

%92
%0
%7
%0

Triadic Colors of #14feec

#14feec #ec14fe #feec14

Analogous Colors of #14feec

#14feec #149bfe #14fe77

Monochromatic Colors of #14feec

#14feec

Complementary Color

#14feec #fe1426

#14feec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14feec Color Preview on White Background

Lorem ipsum dolor sit amet.

#14feec Color CSS Codes

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

#14feec Text Font Color

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

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


#14feec Background Color

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

This div background color is #14feec


#14feec Border Color

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

This div border color is #14feec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14feec


Comments

No comments written yet.

Please login to write comment.