Color Hex Logo

#19dbba Color Hex

#19DBBA
(25,219,186)
0 Favorites   0 Comments

Color spaces of #19dbba

RGB 25219186
HSL0.470.800.48
HSV170°89°86°
CMYK 0.890.000.15   0.14
XYZ34.595354.414955.1341
Yxy54.41490.24000.3775
Hunter Lab73.7665-45.37767.3223
CIE-Lab78.7030-51.20713.8707

#19dbba color RGB value is (25,219,186).

#19dbba hex color red value is 25, green value is 219 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #19dbba hue: 0.47 , saturation: 0.80 and the lightness value of 19dbba is 0.48.

The process color (four color CMYK) of #19dbba color hex is 0.89, 0.00, 0.15, 0.14. Web safe color of #19dbba is #00cccc. Color #19dbba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 11011011 10111010
Octal 31 333 272
Decimal 25 219 186
Hex 19 DB BA

RGB Percentages of Color #19dbba

%5.81
%50.93
%43.26

CMYK Percentages of Color #19dbba

%89
%0
%15
%14

Triadic Colors of #19dbba

#19dbba #ba19db #dbba19

Analogous Colors of #19dbba

#19dbba #199bdb #19db59

Monochromatic Colors of #19dbba

#19dbba

Complementary Color

#19dbba #db193a

#19dbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19dbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#19dbba Color CSS Codes

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

#19dbba Text Font Color

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

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


#19dbba Background Color

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

This div background color is #19dbba


#19dbba Border Color

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

This div border color is #19dbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19dbba


Comments

No comments written yet.

Please login to write comment.