Color Hex Logo

#14d87b Color Hex

#14D87B
(20,216,123)
0 Favorites   0 Comments

Color spaces of #14d87b

RGB 20216123
HSL0.420.830.46
HSV152°91°85°
CMYK 0.910.000.43   0.15
XYZ28.419550.690527.0253
Yxy50.69050.26780.4776
Hunter Lab71.1973-53.344127.3326
CIE-Lab76.4912-64.322833.7777

#14d87b color RGB value is (20,216,123).

#14d87b hex color red value is 20, green value is 216 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #14d87b hue: 0.42 , saturation: 0.83 and the lightness value of 14d87b is 0.46.

The process color (four color CMYK) of #14d87b color hex is 0.91, 0.00, 0.43, 0.15. Web safe color of #14d87b is #00cc66. Color #14d87b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 11011000 01111011
Octal 24 330 173
Decimal 20 216 123
Hex 14 D8 7B

RGB Percentages of Color #14d87b

%5.57
%60.17
%34.26

CMYK Percentages of Color #14d87b

%91
%0
%43
%15

Triadic Colors of #14d87b

#14d87b #7b14d8 #d87b14

Analogous Colors of #14d87b

#14d87b #14d3d8 #14d819

Monochromatic Colors of #14d87b

#14d87b

Complementary Color

#14d87b #d81471

#14d87b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14d87b Color Preview on White Background

Lorem ipsum dolor sit amet.

#14d87b Color CSS Codes

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

#14d87b Text Font Color

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

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


#14d87b Background Color

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

This div background color is #14d87b


#14d87b Border Color

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

This div border color is #14d87b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14d87b


Comments

No comments written yet.

Please login to write comment.