Color Hex Logo

#14acfc Color Hex

#14ACFC
(20,172,252)
0 Favorites   0 Comments

Color spaces of #14acfc

RGB 20172252
HSL0.560.970.53
HSV201°92°99°
CMYK 0.920.320.00   0.01
XYZ32.611736.682097.4570
Yxy36.68200.19560.2200
Hunter Lab60.5657-9.8762-53.0083
CIE-Lab67.0378-7.8836-49.5755

#14acfc color RGB value is (20,172,252).

#14acfc hex color red value is 20, green value is 172 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #14acfc hue: 0.56 , saturation: 0.97 and the lightness value of 14acfc is 0.53.

The process color (four color CMYK) of #14acfc color hex is 0.92, 0.32, 0.00, 0.01. Web safe color of #14acfc is #0099ff. Color #14acfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10101100 11111100
Octal 24 254 374
Decimal 20 172 252
Hex 14 AC FC

RGB Percentages of Color #14acfc

%4.50
%38.74
%56.76

CMYK Percentages of Color #14acfc

%92
%32
%0
%1

Triadic Colors of #14acfc

#14acfc #fc14ac #acfc14

Analogous Colors of #14acfc

#14acfc #1438fc #14fcd8

Monochromatic Colors of #14acfc

#14acfc

Complementary Color

#14acfc #fc6414

#14acfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14acfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#14acfc Color CSS Codes

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

#14acfc Text Font Color

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

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


#14acfc Background Color

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

This div background color is #14acfc


#14acfc Border Color

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

This div border color is #14acfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14acfc


Comments

No comments written yet.

Please login to write comment.