Color Hex Logo

#14edfd Color Hex

#14EDFD
(20,237,253)
0 Favorites   0 Comments

Color spaces of #14edfd

RGB 20237253
HSL0.510.980.54
HSV184°92°99°
CMYK 0.920.060.00   0.01
XYZ48.302367.8089103.4711
Yxy67.80890.22000.3088
Hunter Lab82.3462-39.4019-16.8578
CIE-Lab85.9108-40.2644-20.9217

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11101101 11111101
Octal 24 355 375
Decimal 20 237 253
Hex 14 ED FD

RGB Percentages of Color #14edfd

%3.92
%46.47
%49.61

CMYK Percentages of Color #14edfd

%92
%6
%0
%1

Triadic Colors of #14edfd

#14edfd #fd14ed #edfd14

Analogous Colors of #14edfd

#14edfd #1479fd #14fd99

Monochromatic Colors of #14edfd

#14edfd

Complementary Color

#14edfd #fd2414

#14edfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14edfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#14edfd Color CSS Codes

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

#14edfd Text Font Color

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

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


#14edfd Background Color

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

This div background color is #14edfd


#14edfd Border Color

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

This div border color is #14edfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14edfd

Related Colors


Comments

No comments written yet.

Please login to write comment.