Color Hex Logo

#14f2ed Color Hex

#14F2ED
(20,242,237)
0 Favorites   0 Comments

Color spaces of #14f2ed

RGB 20242237
HSL0.500.900.51
HSV179°92°95°
CMYK 0.920.000.02   0.05
XYZ47.326769.767491.0928
Yxy69.76740.22730.3351
Hunter Lab83.5269-45.0332-6.1917
CIE-Lab86.8827-47.1580-11.0698

#14f2ed color RGB value is (20,242,237).

#14f2ed hex color red value is 20, green value is 242 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #14f2ed hue: 0.50 , saturation: 0.90 and the lightness value of 14f2ed is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11110010 11101101
Octal 24 362 355
Decimal 20 242 237
Hex 14 F2 ED

RGB Percentages of Color #14f2ed

%4.01
%48.50
%47.49

CMYK Percentages of Color #14f2ed

%92
%0
%2
%5

Triadic Colors of #14f2ed

#14f2ed #ed14f2 #f2ed14

Analogous Colors of #14f2ed

#14f2ed #1488f2 #14f27e

Monochromatic Colors of #14f2ed

#14f2ed

Complementary Color

#14f2ed #f21419

#14f2ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14f2ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#14f2ed Color CSS Codes

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

#14f2ed Text Font Color

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

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


#14f2ed Background Color

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

This div background color is #14f2ed


#14f2ed Border Color

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

This div border color is #14f2ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,242,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 #14f2ed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14f2ed


Comments

No comments written yet.

Please login to write comment.