Color Hex Logo

#13fedb Color Hex

#13FEDB
(19,254,219)
0 Favorites   0 Comments

Color spaces of #13fedb

RGB 19254219
HSL0.480.990.54
HSV171°93°100°
CMYK 0.930.000.14   0.00
XYZ48.496676.136579.1576
Yxy76.13650.23800.3736
Hunter Lab87.2562-53.48907.2923
CIE-Lab89.9227-57.02262.7903

#13fedb color RGB value is (19,254,219).

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

The process color (four color CMYK) of #13fedb color hex is 0.93, 0.00, 0.14, 0.00. Web safe color of #13fedb is #00ffcc. Color #13fedb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 11111110 11011011
Octal 23 376 333
Decimal 19 254 219
Hex 13 FE DB

RGB Percentages of Color #13fedb

%3.86
%51.63
%44.51

CMYK Percentages of Color #13fedb

%93
%0
%14
%0

Triadic Colors of #13fedb

#13fedb #db13fe #fedb13

Analogous Colors of #13fedb

#13fedb #13acfe #13fe66

Monochromatic Colors of #13fedb

#13fedb

Complementary Color

#13fedb #fe1336

#13fedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13fedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#13fedb Color CSS Codes

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

#13fedb Text Font Color

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

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


#13fedb Background Color

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

This div background color is #13fedb


#13fedb Border Color

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

This div border color is #13fedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13fedb

Related Colors


Comments

No comments written yet.

Please login to write comment.