Color Hex Logo

#14efda Color Hex

#14EFDA
(20,239,218)
0 Favorites   0 Comments

Color spaces of #14efda

RGB 20239218
HSL0.480.870.51
HSV174°92°94°
CMYK 0.920.000.09   0.06
XYZ43.809966.943776.9421
Yxy66.94370.23340.3567
Hunter Lab81.8191-47.60601.5175
CIE-Lab85.4755-51.1627-3.1835

#14efda color RGB value is (20,239,218).

#14efda hex color red value is 20, green value is 239 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #14efda hue: 0.48 , saturation: 0.87 and the lightness value of 14efda is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11101111 11011010
Octal 24 357 332
Decimal 20 239 218
Hex 14 EF DA

RGB Percentages of Color #14efda

%4.19
%50.10
%45.70

CMYK Percentages of Color #14efda

%92
%0
%9
%6

Triadic Colors of #14efda

#14efda #da14ef #efda14

Analogous Colors of #14efda

#14efda #1497ef #14ef6d

Monochromatic Colors of #14efda

#14efda

Complementary Color

#14efda #ef1429

#14efda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14efda Color Preview on White Background

Lorem ipsum dolor sit amet.

#14efda Color CSS Codes

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

#14efda Text Font Color

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

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


#14efda Background Color

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

This div background color is #14efda


#14efda Border Color

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

This div border color is #14efda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14efda


Comments

No comments written yet.

Please login to write comment.