Color Hex Logo

#14aeda Color Hex

#14AEDA
(20,174,218)
0 Favorites   0 Comments

Color spaces of #14aeda

RGB 20174218
HSL0.540.830.47
HSV193°91°85°
CMYK 0.910.200.00   0.15
XYZ28.079435.482871.6986
Yxy35.48280.20760.2623
Hunter Lab59.5674-20.1002-29.6674
CIE-Lab66.1228-20.9709-32.4079

#14aeda color RGB value is (20,174,218).

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

The process color (four color CMYK) of #14aeda color hex is 0.91, 0.20, 0.00, 0.15. Web safe color of #14aeda is #0099cc. Color #14aeda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10101110 11011010
Octal 24 256 332
Decimal 20 174 218
Hex 14 AE DA

RGB Percentages of Color #14aeda

%4.85
%42.23
%52.91

CMYK Percentages of Color #14aeda

%91
%20
%0
%15

Triadic Colors of #14aeda

#14aeda #da14ae #aeda14

Analogous Colors of #14aeda

#14aeda #144bda #14daa3

Monochromatic Colors of #14aeda

#14aeda

Complementary Color

#14aeda #da4014

#14aeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14aeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#14aeda Color CSS Codes

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

#14aeda Text Font Color

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

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


#14aeda Background Color

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

This div background color is #14aeda


#14aeda Border Color

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

This div border color is #14aeda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,174,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 #14aeda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14aeda


Comments

No comments written yet.

Please login to write comment.