Color Hex Logo

#14dfa0 Color Hex

#14DFA0
(20,223,160)
0 Favorites   0 Comments

Color spaces of #14dfa0

RGB 20223160
HSL0.450.840.48
HSV161°91°87°
CMYK 0.910.000.28   0.13
XYZ33.021355.462142.2226
Yxy55.46210.25260.4243
Hunter Lab74.4729-51.180618.5164
CIE-Lab79.3067-59.307518.4769

#14dfa0 color RGB value is (20,223,160).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11011111 10100000
Octal 24 337 240
Decimal 20 223 160
Hex 14 DF A0

RGB Percentages of Color #14dfa0

%4.96
%55.33
%39.70

CMYK Percentages of Color #14dfa0

%91
%0
%28
%13

Triadic Colors of #14dfa0

#14dfa0 #a014df #dfa014

Analogous Colors of #14dfa0

#14dfa0 #14b9df #14df3b

Monochromatic Colors of #14dfa0

#14dfa0

Complementary Color

#14dfa0 #df1453

#14dfa0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14dfa0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#14dfa0 Color CSS Codes

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

#14dfa0 Text Font Color

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

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


#14dfa0 Background Color

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

This div background color is #14dfa0


#14dfa0 Border Color

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

This div border color is #14dfa0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14dfa0


Comments

No comments written yet.

Please login to write comment.