Color Hex Logo

#19abaa Color Hex

#19ABAA
(25,171,170)
0 Favorites   0 Comments

Color spaces of #19abaa

RGB 25171170
HSL0.500.740.38
HSV180°85°67°
CMYK 0.850.000.01   0.33
XYZ22.219532.234843.0811
Yxy32.23480.22780.3305
Hunter Lab56.7757-29.5005-5.2459
CIE-Lab63.5365-34.8169-9.6950

#19abaa color RGB value is (25,171,170).

#19abaa hex color red value is 25, green value is 171 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #19abaa hue: 0.50 , saturation: 0.74 and the lightness value of 19abaa is 0.38.

The process color (four color CMYK) of #19abaa color hex is 0.85, 0.00, 0.01, 0.33. Web safe color of #19abaa is #009999. Color #19abaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10101011 10101010
Octal 31 253 252
Decimal 25 171 170
Hex 19 AB AA

RGB Percentages of Color #19abaa

%6.83
%46.72
%46.45

CMYK Percentages of Color #19abaa

%85
%0
%1
%33

Triadic Colors of #19abaa

#19abaa #aa19ab #abaa19

Analogous Colors of #19abaa

#19abaa #1963ab #19ab61

Monochromatic Colors of #19abaa

#19abaa

Complementary Color

#19abaa #ab191a

#19abaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19abaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#19abaa Color CSS Codes

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

#19abaa Text Font Color

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

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


#19abaa Background Color

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

This div background color is #19abaa


#19abaa Border Color

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

This div border color is #19abaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19abaa


Comments

No comments written yet.

Please login to write comment.