Color Hex Logo

#14c9da Color Hex

#14C9DA
(20,201,218)
0 Favorites   0 Comments

Color spaces of #14c9da

RGB 20201218
HSL0.510.830.47
HSV185°91°85°
CMYK 0.910.080.00   0.15
XYZ33.830046.984073.6155
Yxy46.98400.21910.3042
Hunter Lab68.5449-31.8557-15.6946
CIE-Lab74.1795-34.3613-20.0541

#14c9da color RGB value is (20,201,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11001001 11011010
Octal 24 311 332
Decimal 20 201 218
Hex 14 C9 DA

RGB Percentages of Color #14c9da

%4.56
%45.79
%49.66

CMYK Percentages of Color #14c9da

%91
%8
%0
%15

Triadic Colors of #14c9da

#14c9da #da14c9 #c9da14

Analogous Colors of #14c9da

#14c9da #1466da #14da88

Monochromatic Colors of #14c9da

#14c9da

Complementary Color

#14c9da #da2514

#14c9da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14c9da Color Preview on White Background

Lorem ipsum dolor sit amet.

#14c9da Color CSS Codes

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

#14c9da Text Font Color

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

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


#14c9da Background Color

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

This div background color is #14c9da


#14c9da Border Color

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

This div border color is #14c9da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14c9da


Comments

No comments written yet.

Please login to write comment.