Color Hex Logo

#14dadd Color Hex

#14DADD
(20,218,221)
0 Favorites   0 Comments

Color spaces of #14dadd

RGB 20218221
HSL0.500.830.47
HSV181°91°87°
CMYK 0.910.010.00   0.13
XYZ38.411055.512077.0970
Yxy55.51200.22460.3246
Hunter Lab74.5064-38.3623-9.1971
CIE-Lab79.3353-41.2623-13.8896

#14dadd color RGB value is (20,218,221).

#14dadd hex color red value is 20, green value is 218 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #14dadd hue: 0.50 , saturation: 0.83 and the lightness value of 14dadd is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11011010 11011101
Octal 24 332 335
Decimal 20 218 221
Hex 14 DA DD

RGB Percentages of Color #14dadd

%4.36
%47.49
%48.15

CMYK Percentages of Color #14dadd

%91
%1
%0
%13

Triadic Colors of #14dadd

#14dadd #dd14da #dadd14

Analogous Colors of #14dadd

#14dadd #1476dd #14dd7c

Monochromatic Colors of #14dadd

#14dadd

Complementary Color

#14dadd #dd1714

#14dadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14dadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#14dadd Color CSS Codes

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

#14dadd Text Font Color

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

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


#14dadd Background Color

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

This div background color is #14dadd


#14dadd Border Color

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

This div border color is #14dadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14dadd


Comments

No comments written yet.

Please login to write comment.