Color Hex Logo

#19ebae Color Hex

#19EBAE
(25,235,174)
0 Favorites   0 Comments

Color spaces of #19ebae

RGB 25235174
HSL0.450.840.51
HSV163°89°92°
CMYK 0.890.000.26   0.08
XYZ37.749262.679350.1531
Yxy62.67930.25070.4162
Hunter Lab79.1703-53.437317.8599
CIE-Lab83.2734-60.372116.7034

#19ebae color RGB value is (25,235,174).

#19ebae hex color red value is 25, green value is 235 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #19ebae hue: 0.45 , saturation: 0.84 and the lightness value of 19ebae is 0.51.

The process color (four color CMYK) of #19ebae color hex is 0.89, 0.00, 0.26, 0.08. Web safe color of #19ebae is #00ff99. Color #19ebae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 11101011 10101110
Octal 31 353 256
Decimal 25 235 174
Hex 19 EB AE

RGB Percentages of Color #19ebae

%5.76
%54.15
%40.09

CMYK Percentages of Color #19ebae

%89
%0
%26
%8

Triadic Colors of #19ebae

#19ebae #ae19eb #ebae19

Analogous Colors of #19ebae

#19ebae #19bfeb #19eb45

Monochromatic Colors of #19ebae

#19ebae

Complementary Color

#19ebae #eb1956

#19ebae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19ebae Color Preview on White Background

Lorem ipsum dolor sit amet.

#19ebae Color CSS Codes

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

#19ebae Text Font Color

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

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


#19ebae Background Color

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

This div background color is #19ebae


#19ebae Border Color

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

This div border color is #19ebae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(25,235,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19ebae


Comments

No comments written yet.

Please login to write comment.