Color Hex Logo

#14fdfb Color Hex

#14FDFB
(20,253,251)
0 Favorites   0 Comments

Color spaces of #14fdfb

RGB 20253251
HSL0.500.980.54
HSV179°92°99°
CMYK 0.920.000.01   0.01
XYZ52.826477.3643103.4154
Yxy77.36430.22610.3312
Hunter Lab87.9570-46.7188-8.1403
CIE-Lab90.4890-47.9107-12.9929

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11111101 11111011
Octal 24 375 373
Decimal 20 253 251
Hex 14 FD FB

RGB Percentages of Color #14fdfb

%3.82
%48.28
%47.90

CMYK Percentages of Color #14fdfb

%92
%0
%1
%1

Triadic Colors of #14fdfb

#14fdfb #fb14fd #fdfb14

Analogous Colors of #14fdfb

#14fdfb #148bfd #14fd87

Monochromatic Colors of #14fdfb

#14fdfb

Complementary Color

#14fdfb #fd1416

#14fdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14fdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#14fdfb Color CSS Codes

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

#14fdfb Text Font Color

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

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


#14fdfb Background Color

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

This div background color is #14fdfb


#14fdfb Border Color

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

This div border color is #14fdfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14fdfb

Related Colors


Comments

No comments written yet.

Please login to write comment.