Color Hex Logo

#14feca Color Hex

#14FECA
(20,254,202)
0 Favorites   0 Comments

Color spaces of #14feca

RGB 20254202
HSL0.460.990.54
HSV167°92°100°
CMYK 0.920.000.20   0.00
XYZ46.391075.296667.9658
Yxy75.29660.24460.3970
Hunter Lab86.7736-56.424014.3024
CIE-Lab89.5317-61.205711.0258

#14feca color RGB value is (20,254,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11111110 11001010
Octal 24 376 312
Decimal 20 254 202
Hex 14 FE CA

RGB Percentages of Color #14feca

%4.20
%53.36
%42.44

CMYK Percentages of Color #14feca

%92
%0
%20
%0

Triadic Colors of #14feca

#14feca #ca14fe #feca14

Analogous Colors of #14feca

#14feca #14bdfe #14fe55

Monochromatic Colors of #14feca

#14feca

Complementary Color

#14feca #fe1448

#14feca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14feca Color Preview on White Background

Lorem ipsum dolor sit amet.

#14feca Color CSS Codes

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

#14feca Text Font Color

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

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


#14feca Background Color

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

This div background color is #14feca


#14feca Border Color

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

This div border color is #14feca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14feca

Related Colors


Comments

No comments written yet.

Please login to write comment.