Color Hex Logo

#14fefd Color Hex

#14FEFD
(20,254,253)
0 Favorites   0 Comments

Color spaces of #14fefd

RGB 20254253
HSL0.500.990.54
HSV180°92°100°
CMYK 0.920.000.00   0.00
XYZ53.459978.1242105.1904
Yxy78.12420.22580.3300
Hunter Lab88.3879-46.7162-8.6895
CIE-Lab90.8365-47.7718-13.5121

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11111110 11111101
Octal 24 376 375
Decimal 20 254 253
Hex 14 FE FD

RGB Percentages of Color #14fefd

%3.80
%48.20
%48.01

CMYK Percentages of Color #14fefd

%92
%0
%0
%0

Triadic Colors of #14fefd

#14fefd #fd14fe #fefd14

Analogous Colors of #14fefd

#14fefd #148afe #14fe88

Monochromatic Colors of #14fefd

#14fefd

Complementary Color

#14fefd #fe1415

#14fefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14fefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#14fefd Color CSS Codes

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

#14fefd Text Font Color

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

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


#14fefd Background Color

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

This div background color is #14fefd


#14fefd Border Color

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

This div border color is #14fefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14fefd

Related Colors


Comments

No comments written yet.

Please login to write comment.