Color Hex Logo

#14e1ff Color Hex

#14E1FF
(20,225,255)
0 Favorites   0 Comments

Color spaces of #14e1ff

RGB 20225255
HSL0.521.000.54
HSV188°92°100°
CMYK 0.920.120.00   0.00
XYZ45.263761.2191104.0386
Yxy61.21910.21500.2908
Hunter Lab78.2426-33.6616-24.0676
CIE-Lab82.4964-34.0958-27.1674

#14e1ff color RGB value is (20,225,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11100001 11111111
Octal 24 341 377
Decimal 20 225 255
Hex 14 E1 FF

RGB Percentages of Color #14e1ff

%4.00
%45.00
%51.00

CMYK Percentages of Color #14e1ff

%92
%12
%0
%0

Triadic Colors of #14e1ff

#14e1ff #ff14e1 #e1ff14

Analogous Colors of #14e1ff

#14e1ff #146cff #14ffa8

Monochromatic Colors of #14e1ff

#14e1ff

Complementary Color

#14e1ff #ff3214

#14e1ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14e1ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#14e1ff Color CSS Codes

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

#14e1ff Text Font Color

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

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


#14e1ff Background Color

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

This div background color is #14e1ff


#14e1ff Border Color

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

This div border color is #14e1ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14e1ff

Related Colors


Comments

No comments written yet.

Please login to write comment.