Color Hex Logo

#14eacc Color Hex

#14EACC
(20,234,204)
0 Favorites   0 Comments

Color spaces of #14eacc

RGB 20234204
HSL0.480.840.50
HSV172°91°92°
CMYK 0.910.000.13   0.08
XYZ40.610463.354067.2149
Yxy63.35400.23720.3701
Hunter Lab79.5952-48.21895.6487
CIE-Lab83.6283-52.84161.4792

#14eacc color RGB value is (20,234,204).

#14eacc hex color red value is 20, green value is 234 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #14eacc hue: 0.48 , saturation: 0.84 and the lightness value of 14eacc is 0.50.

The process color (four color CMYK) of #14eacc color hex is 0.91, 0.00, 0.13, 0.08. Web safe color of #14eacc is #00ffcc. Color #14eacc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 11101010 11001100
Octal 24 352 314
Decimal 20 234 204
Hex 14 EA CC

RGB Percentages of Color #14eacc

%4.37
%51.09
%44.54

CMYK Percentages of Color #14eacc

%91
%0
%13
%8

Triadic Colors of #14eacc

#14eacc #cc14ea #eacc14

Analogous Colors of #14eacc

#14eacc #149dea #14ea61

Monochromatic Colors of #14eacc

#14eacc

Complementary Color

#14eacc #ea1432

#14eacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14eacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#14eacc Color CSS Codes

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

#14eacc Text Font Color

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

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


#14eacc Background Color

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

This div background color is #14eacc


#14eacc Border Color

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

This div border color is #14eacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14eacc


Comments

No comments written yet.

Please login to write comment.