color codes Logo

#13feca color codes

#13FECA
(19,254,202)
0 Favorites   0 Comments

Color spaces of #13feca

RGB 19254202
HSL0.460.990.54
HSV167°93°100°
CMYK 0.930.000.20   0.00
XYZ46.371075.286367.9648
Yxy75.28630.24450.3970
Hunter Lab86.7677-56.448214.2957
CIE-Lab89.5269-61.241511.0184

#13feca color RGB value is (19,254,202).

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

The process color (four color CMYK) of #13feca color code is 0.93, 0.00, 0.20, 0.00. Web safe color of #13feca is #00ffcc. Color #13feca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 11111110 11001010
Octal 23 376 312
Decimal 19 254 202
Hex 13 FE CA

RGB Percentages of Color #13feca

%4.00
%53.47
%42.53

CMYK Percentages of Color #13feca

%93
%0
%20
%0

Triadic Colors of #13feca

#13feca #ca13fe #feca13

Analogous Colors of #13feca

#13feca #13bdfe #13fe55

Monochromatic Colors of #13feca

#13feca

Complementary Color

#13feca #fe1347

#13feca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13feca Color Preview on White Background

Lorem ipsum dolor sit amet.

#13feca Color CSS Codes

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

#13feca Text Font Color

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

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


#13feca Background Color

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

This div background color is #13feca


#13feca Border Color

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

This div border color is #13feca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,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 #13feca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13feca


Comments

No comments written yet.

Please login to write comment.