Color Hex Logo

#13feaf Color Hex

#13FEAF
(19,254,175)
0 Favorites   0 Comments

Color spaces of #13feaf

RGB 19254175
HSL0.440.990.54
HSV160°93°100°
CMYK 0.930.000.31   0.00
XYZ43.448274.117252.5735
Yxy74.11720.25540.4356
Hunter Lab86.0913-60.575324.0573
CIE-Lab88.9778-67.324824.0929

#13feaf color RGB value is (19,254,175).

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

The process color (four color CMYK) of #13feaf color hex is 0.93, 0.00, 0.31, 0.00. Web safe color of #13feaf is #00ff99. Color #13feaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 11111110 10101111
Octal 23 376 257
Decimal 19 254 175
Hex 13 FE AF

RGB Percentages of Color #13feaf

%4.24
%56.70
%39.06

CMYK Percentages of Color #13feaf

%93
%0
%31
%0

Triadic Colors of #13feaf

#13feaf #af13fe #feaf13

Analogous Colors of #13feaf

#13feaf #13d8fe #13fe3a

Monochromatic Colors of #13feaf

#13feaf

Complementary Color

#13feaf #fe1362

#13feaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13feaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#13feaf Color CSS Codes

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

#13feaf Text Font Color

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

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


#13feaf Background Color

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

This div background color is #13feaf


#13feaf Border Color

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

This div border color is #13feaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13feaf


Comments

No comments written yet.

Please login to write comment.