Color Hex Logo

#14afdc Color Hex

#14AFDC
(20,175,220)
0 Favorites   0 Comments

Color spaces of #14afdc

RGB 20175220
HSL0.540.830.47
HSV194°91°86°
CMYK 0.910.200.00   0.14
XYZ28.536735.976073.1502
Yxy35.97600.20730.2613
Hunter Lab59.9800-20.0400-30.3227
CIE-Lab66.5016-20.8054-32.9214

#14afdc color RGB value is (20,175,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10101111 11011100
Octal 24 257 334
Decimal 20 175 220
Hex 14 AF DC

RGB Percentages of Color #14afdc

%4.82
%42.17
%53.01

CMYK Percentages of Color #14afdc

%91
%20
%0
%14

Triadic Colors of #14afdc

#14afdc #dc14af #afdc14

Analogous Colors of #14afdc

#14afdc #144bdc #14dca5

Monochromatic Colors of #14afdc

#14afdc

Complementary Color

#14afdc #dc4114

#14afdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14afdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#14afdc Color CSS Codes

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

#14afdc Text Font Color

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

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


#14afdc Background Color

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

This div background color is #14afdc


#14afdc Border Color

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

This div border color is #14afdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14afdc


Comments

No comments written yet.

Please login to write comment.