Color Hex Logo

#14ccfd Color Hex

#14CCFD
(20,204,253)
0 Favorites   0 Comments

Color spaces of #14ccfd

RGB 20204253
HSL0.540.980.54
HSV193°92°99°
CMYK 0.920.190.00   0.01
XYZ39.611050.4263100.5740
Yxy50.42630.20780.2646
Hunter Lab71.0115-24.7008-34.2648
CIE-Lab76.3302-24.4991-35.5874

#14ccfd color RGB value is (20,204,253).

#14ccfd hex color red value is 20, green value is 204 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #14ccfd hue: 0.54 , saturation: 0.98 and the lightness value of 14ccfd is 0.54.

The process color (four color CMYK) of #14ccfd color hex is 0.92, 0.19, 0.00, 0.01. Web safe color of #14ccfd is #00ccff. Color #14ccfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 11001100 11111101
Octal 24 314 375
Decimal 20 204 253
Hex 14 CC FD

RGB Percentages of Color #14ccfd

%4.19
%42.77
%53.04

CMYK Percentages of Color #14ccfd

%92
%19
%0
%1

Triadic Colors of #14ccfd

#14ccfd #fd14cc #ccfd14

Analogous Colors of #14ccfd

#14ccfd #1458fd #14fdba

Monochromatic Colors of #14ccfd

#14ccfd

Complementary Color

#14ccfd #fd4514

#14ccfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14ccfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#14ccfd Color CSS Codes

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

#14ccfd Text Font Color

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

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


#14ccfd Background Color

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

This div background color is #14ccfd


#14ccfd Border Color

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

This div border color is #14ccfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14ccfd


Comments

No comments written yet.

Please login to write comment.