Color Hex Logo

#14dfdb Color Hex

#14DFDB
(20,223,219)
0 Favorites   0 Comments

Color spaces of #14dfdb

RGB 20223219
HSL0.500.840.48
HSV179°91°87°
CMYK 0.910.000.02   0.13
XYZ39.462358.038576.1405
Yxy58.03850.22730.3342
Hunter Lab76.1830-40.8584-5.9288
CIE-Lab80.7602-44.0619-10.6926

#14dfdb color RGB value is (20,223,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11011111 11011011
Octal 24 337 333
Decimal 20 223 219
Hex 14 DF DB

RGB Percentages of Color #14dfdb

%4.33
%48.27
%47.40

CMYK Percentages of Color #14dfdb

%91
%0
%2
%13

Triadic Colors of #14dfdb

#14dfdb #db14df #dfdb14

Analogous Colors of #14dfdb

#14dfdb #147edf #14df76

Monochromatic Colors of #14dfdb

#14dfdb

Complementary Color

#14dfdb #df1418

#14dfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14dfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#14dfdb Color CSS Codes

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

#14dfdb Text Font Color

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

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


#14dfdb Background Color

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

This div background color is #14dfdb


#14dfdb Border Color

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

This div border color is #14dfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14dfdb


Comments

No comments written yet.

Please login to write comment.