Color Hex Logo

#14e7cb Color Hex

#14E7CB
(20,231,203)
0 Favorites   0 Comments

Color spaces of #14e7cb

RGB 20231203
HSL0.480.840.49
HSV172°91°91°
CMYK 0.910.000.12   0.09
XYZ39.643961.612366.3028
Yxy61.61230.23660.3677
Hunter Lab78.4935-47.21054.8637
CIE-Lab82.7068-51.88120.6643

#14e7cb color RGB value is (20,231,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11100111 11001011
Octal 24 347 313
Decimal 20 231 203
Hex 14 E7 CB

RGB Percentages of Color #14e7cb

%4.41
%50.88
%44.71

CMYK Percentages of Color #14e7cb

%91
%0
%12
%9

Triadic Colors of #14e7cb

#14e7cb #cb14e7 #e7cb14

Analogous Colors of #14e7cb

#14e7cb #149ae7 #14e762

Monochromatic Colors of #14e7cb

#14e7cb

Complementary Color

#14e7cb #e71430

#14e7cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14e7cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#14e7cb Color CSS Codes

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

#14e7cb Text Font Color

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

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


#14e7cb Background Color

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

This div background color is #14e7cb


#14e7cb Border Color

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

This div border color is #14e7cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14e7cb


Comments

No comments written yet.

Please login to write comment.