Color Hex Logo

#14fdfd Color Hex

#14FDFD
(20,253,253)
0 Favorites   0 Comments

Color spaces of #14fdfd

RGB 20253253
HSL0.500.980.54
HSV180°92°99°
CMYK 0.920.000.00   0.01
XYZ53.143477.4911105.0848
Yxy77.49110.22550.3287
Hunter Lab88.0290-46.2898-9.1572
CIE-Lab90.5472-47.3407-13.9448

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

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

The process color (four color CMYK) of #14fdfd color hex is 0.92, 0.00, 0.00, 0.01. Web safe color of #14fdfd is #00ffff. Color #14fdfd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 11111101 11111101
Octal 24 375 375
Decimal 20 253 253
Hex 14 FD FD

RGB Percentages of Color #14fdfd

%3.80
%48.10
%48.10

CMYK Percentages of Color #14fdfd

%92
%0
%0
%1

Triadic Colors of #14fdfd

#14fdfd #fd14fd #fdfd14

Analogous Colors of #14fdfd

#14fdfd #1489fd #14fd89

Monochromatic Colors of #14fdfd

#14fdfd

Complementary Color

#14fdfd #fd1414

#14fdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14fdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#14fdfd Color CSS Codes

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

#14fdfd Text Font Color

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

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


#14fdfd Background Color

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

This div background color is #14fdfd


#14fdfd Border Color

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

This div border color is #14fdfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14fdfd

Related Colors


Comments

No comments written yet.

Please login to write comment.