Color Hex Logo

#14daea Color Hex

#14DAEA
(20,218,234)
0 Favorites   0 Comments

Color spaces of #14daea

RGB 20218234
HSL0.510.840.50
HSV184°91°92°
CMYK 0.910.070.00   0.08
XYZ40.211256.232086.5764
Yxy56.23200.21970.3072
Hunter Lab74.9880-35.5110-15.9609
CIE-Lab79.7457-37.3442-20.2075

#14daea color RGB value is (20,218,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11011010 11101010
Octal 24 332 352
Decimal 20 218 234
Hex 14 DA EA

RGB Percentages of Color #14daea

%4.24
%46.19
%49.58

CMYK Percentages of Color #14daea

%91
%7
%0
%8

Triadic Colors of #14daea

#14daea #ea14da #daea14

Analogous Colors of #14daea

#14daea #146fea #14ea8f

Monochromatic Colors of #14daea

#14daea

Complementary Color

#14daea #ea2414

#14daea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14daea Color Preview on White Background

Lorem ipsum dolor sit amet.

#14daea Color CSS Codes

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

#14daea Text Font Color

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

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


#14daea Background Color

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

This div background color is #14daea


#14daea Border Color

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

This div border color is #14daea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14daea


Comments

No comments written yet.

Please login to write comment.