Color Hex Logo

#14efba Color Hex

#14EFBA
(20,239,186)
0 Favorites   0 Comments

Color spaces of #14efba

RGB 20239186
HSL0.460.870.51
HSV165°92°94°
CMYK 0.920.000.22   0.06
XYZ40.017965.426956.9739
Yxy65.42690.24640.4028
Hunter Lab80.8869-53.241214.8590
CIE-Lab84.7032-59.315412.4621

#14efba color RGB value is (20,239,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11101111 10111010
Octal 24 357 272
Decimal 20 239 186
Hex 14 EF BA

RGB Percentages of Color #14efba

%4.49
%53.71
%41.80

CMYK Percentages of Color #14efba

%92
%0
%22
%6

Triadic Colors of #14efba

#14efba #ba14ef #efba14

Analogous Colors of #14efba

#14efba #14b7ef #14ef4c

Monochromatic Colors of #14efba

#14efba

Complementary Color

#14efba #ef1449

#14efba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14efba Color Preview on White Background

Lorem ipsum dolor sit amet.

#14efba Color CSS Codes

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

#14efba Text Font Color

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

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


#14efba Background Color

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

This div background color is #14efba


#14efba Border Color

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

This div border color is #14efba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14efba


Comments

No comments written yet.

Please login to write comment.