Color Hex Logo

#14febe Color Hex

#14FEBE
(20,254,190)
0 Favorites   0 Comments

Color spaces of #14febe

RGB 20254190
HSL0.450.990.54
HSV164°92°100°
CMYK 0.920.000.25   0.00
XYZ45.024674.750060.7704
Yxy74.75000.24940.4140
Hunter Lab86.4581-58.344618.8464
CIE-Lab89.2758-64.006016.8426

#14febe color RGB value is (20,254,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11111110 10111110
Octal 24 376 276
Decimal 20 254 190
Hex 14 FE BE

RGB Percentages of Color #14febe

%4.31
%54.74
%40.95

CMYK Percentages of Color #14febe

%92
%0
%25
%0

Triadic Colors of #14febe

#14febe #be14fe #febe14

Analogous Colors of #14febe

#14febe #14c9fe #14fe49

Monochromatic Colors of #14febe

#14febe

Complementary Color

#14febe #fe1454

#14febe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14febe Color Preview on White Background

Lorem ipsum dolor sit amet.

#14febe Color CSS Codes

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

#14febe Text Font Color

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

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


#14febe Background Color

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

This div background color is #14febe


#14febe Border Color

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

This div border color is #14febe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14febe


Comments

No comments written yet.

Please login to write comment.