Color Hex Logo

#13efad Color Hex

#13EFAD
(19,239,173)
0 Favorites   0 Comments

Color spaces of #13efad

RGB 19239173
HSL0.450.870.51
HSV162°92°94°
CMYK 0.920.000.28   0.06
XYZ38.677964.888650.0214
Yxy64.88860.25180.4225
Hunter Lab80.5535-55.261419.5700
CIE-Lab84.4263-62.352118.8265

#13efad color RGB value is (19,239,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 11101111 10101101
Octal 23 357 255
Decimal 19 239 173
Hex 13 EF AD

RGB Percentages of Color #13efad

%4.41
%55.45
%40.14

CMYK Percentages of Color #13efad

%92
%0
%28
%6

Triadic Colors of #13efad

#13efad #ad13ef #efad13

Analogous Colors of #13efad

#13efad #13c3ef #13ef3f

Monochromatic Colors of #13efad

#13efad

Complementary Color

#13efad #ef1355

#13efad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13efad Color Preview on White Background

Lorem ipsum dolor sit amet.

#13efad Color CSS Codes

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

#13efad Text Font Color

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

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


#13efad Background Color

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

This div background color is #13efad


#13efad Border Color

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

This div border color is #13efad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13efad


Comments

No comments written yet.

Please login to write comment.