Color Hex Logo

#13f5ed Color Hex

#13F5ED
(19,245,237)
0 Favorites   0 Comments

Color spaces of #13f5ed

RGB 19245237
HSL0.490.920.52
HSV178°92°96°
CMYK 0.920.000.03   0.04
XYZ48.207071.557791.3920
Yxy71.55770.22830.3389
Hunter Lab84.5918-46.3124-4.8420
CIE-Lab87.7553-48.4772-9.7714

#13f5ed color RGB value is (19,245,237).

#13f5ed hex color red value is 19, green value is 245 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #13f5ed hue: 0.49 , saturation: 0.92 and the lightness value of 13f5ed is 0.52.

The process color (four color CMYK) of #13f5ed color hex is 0.92, 0.00, 0.03, 0.04. Web safe color of #13f5ed is #00ffff. Color #13f5ed contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 11110101 11101101
Octal 23 365 355
Decimal 19 245 237
Hex 13 F5 ED

RGB Percentages of Color #13f5ed

%3.79
%48.90
%47.31

CMYK Percentages of Color #13f5ed

%92
%0
%3
%4

Triadic Colors of #13f5ed

#13f5ed #ed13f5 #f5ed13

Analogous Colors of #13f5ed

#13f5ed #138cf5 #13f57c

Monochromatic Colors of #13f5ed

#13f5ed

Complementary Color

#13f5ed #f5131b

#13f5ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13f5ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#13f5ed Color CSS Codes

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

#13f5ed Text Font Color

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

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


#13f5ed Background Color

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

This div background color is #13f5ed


#13f5ed Border Color

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

This div border color is #13f5ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13f5ed


Comments

No comments written yet.

Please login to write comment.