Color Hex Logo

#19abba Color Hex

#19ABBA
(25,171,186)
0 Favorites   0 Comments

Color spaces of #19abba

RGB 25171186
HSL0.520.760.41
HSV186°87°73°
CMYK 0.870.080.00   0.27
XYZ23.826732.877751.5446
Yxy32.87770.22010.3037
Hunter Lab57.3391-26.1694-13.1610
CIE-Lab64.0618-29.8268-17.8355

#19abba color RGB value is (25,171,186).

#19abba hex color red value is 25, green value is 171 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #19abba hue: 0.52 , saturation: 0.76 and the lightness value of 19abba is 0.41.

The process color (four color CMYK) of #19abba color hex is 0.87, 0.08, 0.00, 0.27. Web safe color of #19abba is #0099cc. Color #19abba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10101011 10111010
Octal 31 253 272
Decimal 25 171 186
Hex 19 AB BA

RGB Percentages of Color #19abba

%6.54
%44.76
%48.69

CMYK Percentages of Color #19abba

%87
%8
%0
%27

Triadic Colors of #19abba

#19abba #ba19ab #abba19

Analogous Colors of #19abba

#19abba #195aba #19ba79

Monochromatic Colors of #19abba

#19abba

Complementary Color

#19abba #ba2819

#19abba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19abba Color Preview on White Background

Lorem ipsum dolor sit amet.

#19abba Color CSS Codes

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

#19abba Text Font Color

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

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


#19abba Background Color

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

This div background color is #19abba


#19abba Border Color

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

This div border color is #19abba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19abba


Comments

No comments written yet.

Please login to write comment.