Color Hex Logo

#19ae90 Color Hex

#19AE90
(25,174,144)
0 Favorites   0 Comments

Color spaces of #19ae90

RGB 25174144
HSL0.470.750.39
HSV168°86°68°
CMYK 0.860.000.17   0.32
XYZ20.571032.492431.5730
Yxy32.49240.24310.3839
Hunter Lab57.0021-35.33647.0612
CIE-Lab63.7478-43.54165.1183

#19ae90 color RGB value is (25,174,144).

#19ae90 hex color red value is 25, green value is 174 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #19ae90 hue: 0.47 , saturation: 0.75 and the lightness value of 19ae90 is 0.39.

The process color (four color CMYK) of #19ae90 color hex is 0.86, 0.00, 0.17, 0.32. Web safe color of #19ae90 is #009999. Color #19ae90 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10101110 10010000
Octal 31 256 220
Decimal 25 174 144
Hex 19 AE 90

RGB Percentages of Color #19ae90

%7.29
%50.73
%41.98

CMYK Percentages of Color #19ae90

%86
%0
%17
%32

Triadic Colors of #19ae90

#19ae90 #9019ae #ae9019

Analogous Colors of #19ae90

#19ae90 #1982ae #19ae46

Monochromatic Colors of #19ae90

#19ae90

Complementary Color

#19ae90 #ae1937

#19ae90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19ae90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#19ae90 Color CSS Codes

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

#19ae90 Text Font Color

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

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


#19ae90 Background Color

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

This div background color is #19ae90


#19ae90 Border Color

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

This div border color is #19ae90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19ae90


Comments

No comments written yet.

Please login to write comment.