Color Hex Logo

#19fedb Color Hex

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

Color spaces of #19fedb

RGB 25254219
HSL0.470.990.55
HSV171°90°100°
CMYK 0.900.000.14   0.00
XYZ48.628976.204879.1638
Yxy76.20480.23840.3736
Hunter Lab87.2954-53.33147.3396
CIE-Lab89.9543-56.79612.8402

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 11111110 11011011
Octal 31 376 333
Decimal 25 254 219
Hex 19 FE DB

RGB Percentages of Color #19fedb

%5.02
%51.00
%43.98

CMYK Percentages of Color #19fedb

%90
%0
%14
%0

Triadic Colors of #19fedb

#19fedb #db19fe #fedb19

Analogous Colors of #19fedb

#19fedb #19affe #19fe69

Monochromatic Colors of #19fedb

#19fedb

Complementary Color

#19fedb #fe193c

#19fedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19fedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#19fedb Color CSS Codes

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

#19fedb Text Font Color

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

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


#19fedb Background Color

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

This div background color is #19fedb


#19fedb Border Color

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

This div border color is #19fedb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(25,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 #19fedb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19fedb


Comments

No comments written yet.

Please login to write comment.