Color Hex Logo

#14eebd Color Hex

#14EEBD
(20,238,189)
0 Favorites   0 Comments

Color spaces of #14eebd

RGB 20238189
HSL0.460.870.51
HSV167°92°93°
CMYK 0.920.000.21   0.07
XYZ40.048364.971958.5742
Yxy64.97190.24480.3972
Hunter Lab80.6051-52.372113.3387
CIE-Lab84.4693-58.212010.5636

#14eebd color RGB value is (20,238,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11101110 10111101
Octal 24 356 275
Decimal 20 238 189
Hex 14 EE BD

RGB Percentages of Color #14eebd

%4.47
%53.24
%42.28

CMYK Percentages of Color #14eebd

%92
%0
%21
%7

Triadic Colors of #14eebd

#14eebd #bd14ee #eebd14

Analogous Colors of #14eebd

#14eebd #14b2ee #14ee50

Monochromatic Colors of #14eebd

#14eebd

Complementary Color

#14eebd #ee1445

#14eebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14eebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#14eebd Color CSS Codes

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

#14eebd Text Font Color

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

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


#14eebd Background Color

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

This div background color is #14eebd


#14eebd Border Color

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

This div border color is #14eebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14eebd


Comments

No comments written yet.

Please login to write comment.