Color Hex Logo

#14ebcc Color Hex

#14EBCC
(20,235,204)
0 Favorites   0 Comments

Color spaces of #14ebcc

RGB 20235204
HSL0.480.840.50
HSV171°91°92°
CMYK 0.910.000.13   0.08
XYZ40.895963.925067.3101
Yxy63.92500.23760.3714
Hunter Lab79.9531-48.61556.0527
CIE-Lab83.9267-53.24741.9134

#14ebcc color RGB value is (20,235,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11101011 11001100
Octal 24 353 314
Decimal 20 235 204
Hex 14 EB CC

RGB Percentages of Color #14ebcc

%4.36
%51.20
%44.44

CMYK Percentages of Color #14ebcc

%91
%0
%13
%8

Triadic Colors of #14ebcc

#14ebcc #cc14eb #ebcc14

Analogous Colors of #14ebcc

#14ebcc #149feb #14eb61

Monochromatic Colors of #14ebcc

#14ebcc

Complementary Color

#14ebcc #eb1433

#14ebcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14ebcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#14ebcc Color CSS Codes

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

#14ebcc Text Font Color

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

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


#14ebcc Background Color

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

This div background color is #14ebcc


#14ebcc Border Color

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

This div border color is #14ebcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14ebcc


Comments

No comments written yet.

Please login to write comment.