Color Hex Logo

#14aedf Color Hex

#14AEDF
(20,174,223)
0 Favorites   0 Comments

Color spaces of #14aedf

RGB 20174223
HSL0.540.840.48
HSV194°91°87°
CMYK 0.910.220.00   0.13
XYZ28.743835.748575.1972
Yxy35.74850.20580.2559
Hunter Lab59.7900-18.8195-32.7153
CIE-Lab66.3273-19.2462-34.8407

#14aedf color RGB value is (20,174,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10101110 11011111
Octal 24 256 337
Decimal 20 174 223
Hex 14 AE DF

RGB Percentages of Color #14aedf

%4.80
%41.73
%53.48

CMYK Percentages of Color #14aedf

%91
%22
%0
%13

Triadic Colors of #14aedf

#14aedf #df14ae #aedf14

Analogous Colors of #14aedf

#14aedf #1448df #14dfab

Monochromatic Colors of #14aedf

#14aedf

Complementary Color

#14aedf #df4514

#14aedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14aedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#14aedf Color CSS Codes

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

#14aedf Text Font Color

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

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


#14aedf Background Color

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

This div background color is #14aedf


#14aedf Border Color

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

This div border color is #14aedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14aedf


Comments

No comments written yet.

Please login to write comment.