Color Hex Logo

#14edff Color Hex

#14EDFF
(20,237,255)
0 Favorites   0 Comments

Color spaces of #14edff

RGB 20237255
HSL0.511.000.54
HSV185°92°100°
CMYK 0.920.070.00   0.00
XYZ48.622767.9371105.1582
Yxy67.93710.21930.3064
Hunter Lab82.4240-38.9430-17.9466
CIE-Lab85.9750-39.6607-21.8739

#14edff color RGB value is (20,237,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11101101 11111111
Octal 24 355 377
Decimal 20 237 255
Hex 14 ED FF

RGB Percentages of Color #14edff

%3.91
%46.29
%49.80

CMYK Percentages of Color #14edff

%92
%7
%0
%0

Triadic Colors of #14edff

#14edff #ff14ed #edff14

Analogous Colors of #14edff

#14edff #1478ff #14ff9c

Monochromatic Colors of #14edff

#14edff

Complementary Color

#14edff #ff2614

#14edff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14edff Color Preview on White Background

Lorem ipsum dolor sit amet.

#14edff Color CSS Codes

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

#14edff Text Font Color

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

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


#14edff Background Color

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

This div background color is #14edff


#14edff Border Color

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

This div border color is #14edff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14edff

Related Colors


Comments

No comments written yet.

Please login to write comment.