Color Hex Logo

#13efac Color Hex

#13EFAC
(19,239,172)
0 Favorites   0 Comments

Color spaces of #13efac

RGB 19239172
HSL0.450.870.51
HSV162°92°94°
CMYK 0.920.000.28   0.06
XYZ38.581564.850049.5136
Yxy64.85000.25230.4240
Hunter Lab80.5295-55.407719.9162
CIE-Lab84.4064-62.574319.3162

#13efac color RGB value is (19,239,172).

#13efac hex color red value is 19, green value is 239 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #13efac hue: 0.45 , saturation: 0.87 and the lightness value of 13efac is 0.51.

The process color (four color CMYK) of #13efac color hex is 0.92, 0.00, 0.28, 0.06. Web safe color of #13efac is #00ff99. Color #13efac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 11101111 10101100
Octal 23 357 254
Decimal 19 239 172
Hex 13 EF AC

RGB Percentages of Color #13efac

%4.42
%55.58
%40.00

CMYK Percentages of Color #13efac

%92
%0
%28
%6

Triadic Colors of #13efac

#13efac #ac13ef #efac13

Analogous Colors of #13efac

#13efac #13c4ef #13ef3e

Monochromatic Colors of #13efac

#13efac

Complementary Color

#13efac #ef1356

#13efac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13efac Color Preview on White Background

Lorem ipsum dolor sit amet.

#13efac Color CSS Codes

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

#13efac Text Font Color

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

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


#13efac Background Color

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

This div background color is #13efac


#13efac Border Color

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

This div border color is #13efac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,239,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13efac


Comments

No comments written yet.

Please login to write comment.