Color Hex Logo

#14deff Color Hex

#14DEFF
(20,222,255)
0 Favorites   0 Comments

Color spaces of #14deff

RGB 20222255
HSL0.521.000.54
HSV188°92°100°
CMYK 0.920.130.00   0.00
XYZ44.459859.6113103.7706
Yxy59.61130.21390.2868
Hunter Lab77.2084-32.3269-25.6419
CIE-Lab81.6265-32.6715-28.4980

#14deff color RGB value is (20,222,255).

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

The process color (four color CMYK) of #14deff color hex is 0.92, 0.13, 0.00, 0.00. Web safe color of #14deff is #00ccff. Color #14deff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 11011110 11111111
Octal 24 336 377
Decimal 20 222 255
Hex 14 DE FF

RGB Percentages of Color #14deff

%4.02
%44.67
%51.31

CMYK Percentages of Color #14deff

%92
%13
%0
%0

Triadic Colors of #14deff

#14deff #ff14de #deff14

Analogous Colors of #14deff

#14deff #1469ff #14ffab

Monochromatic Colors of #14deff

#14deff

Complementary Color

#14deff #ff3514

#14deff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14deff Color Preview on White Background

Lorem ipsum dolor sit amet.

#14deff Color CSS Codes

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

#14deff Text Font Color

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

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


#14deff Background Color

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

This div background color is #14deff


#14deff Border Color

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

This div border color is #14deff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14deff


Comments

No comments written yet.

Please login to write comment.