Color Hex Logo

#19adba Color Hex

#19ADBA
(25,173,186)
0 Favorites   0 Comments

Color spaces of #19adba

RGB 25173186
HSL0.510.760.41
HSV185°87°73°
CMYK 0.870.070.00   0.27
XYZ24.207433.639051.6715
Yxy33.63900.22100.3072
Hunter Lab57.9991-26.9970-12.2221
CIE-Lab64.6750-30.7999-16.9060

#19adba color RGB value is (25,173,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 10101101 10111010
Octal 31 255 272
Decimal 25 173 186
Hex 19 AD BA

RGB Percentages of Color #19adba

%6.51
%45.05
%48.44

CMYK Percentages of Color #19adba

%87
%7
%0
%27

Triadic Colors of #19adba

#19adba #ba19ad #adba19

Analogous Colors of #19adba

#19adba #195dba #19ba77

Monochromatic Colors of #19adba

#19adba

Complementary Color

#19adba #ba2619

#19adba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19adba Color Preview on White Background

Lorem ipsum dolor sit amet.

#19adba Color CSS Codes

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

#19adba Text Font Color

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

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


#19adba Background Color

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

This div background color is #19adba


#19adba Border Color

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

This div border color is #19adba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19adba


Comments

No comments written yet.

Please login to write comment.