Color Hex Logo

#19fbed Color Hex

#19FBED
(25,251,237)
0 Favorites   0 Comments

Color spaces of #19fbed

RGB 25251237
HSL0.490.970.54
HSV176°90°98°
CMYK 0.900.000.06   0.02
XYZ50.184175.315592.0131
Yxy75.31550.23070.3463
Hunter Lab86.7845-48.6533-2.1130
CIE-Lab89.5406-50.7942-7.1197

#19fbed color RGB value is (25,251,237).

#19fbed hex color red value is 25, green value is 251 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #19fbed hue: 0.49 , saturation: 0.97 and the lightness value of 19fbed is 0.54.

The process color (four color CMYK) of #19fbed color hex is 0.90, 0.00, 0.06, 0.02. Web safe color of #19fbed is #00ffff. Color #19fbed contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 11111011 11101101
Octal 31 373 355
Decimal 25 251 237
Hex 19 FB ED

RGB Percentages of Color #19fbed

%4.87
%48.93
%46.20

CMYK Percentages of Color #19fbed

%90
%0
%6
%2

Triadic Colors of #19fbed

#19fbed #ed19fb #fbed19

Analogous Colors of #19fbed

#19fbed #1998fb #19fb7c

Monochromatic Colors of #19fbed

#19fbed

Complementary Color

#19fbed #fb1927

#19fbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19fbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#19fbed Color CSS Codes

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

#19fbed Text Font Color

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

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


#19fbed Background Color

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

This div background color is #19fbed


#19fbed Border Color

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

This div border color is #19fbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19fbed


Comments

No comments written yet.

Please login to write comment.