Color Hex Logo

#19bfab Color Hex

#19BFAB
(25,191,171)
0 Favorites   0 Comments

Color spaces of #19bfab

RGB 25191171
HSL0.480.770.42
HSV173°87°75°
CMYK 0.870.000.10   0.25
XYZ26.382440.408644.9372
Yxy40.40860.23610.3617
Hunter Lab63.5678-37.16112.5843
CIE-Lab69.7596-43.4949-1.0446

#19bfab color RGB value is (25,191,171).

#19bfab hex color red value is 25, green value is 191 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #19bfab hue: 0.48 , saturation: 0.77 and the lightness value of 19bfab is 0.42.

The process color (four color CMYK) of #19bfab color hex is 0.87, 0.00, 0.10, 0.25. Web safe color of #19bfab is #00cc99. Color #19bfab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10111111 10101011
Octal 31 277 253
Decimal 25 191 171
Hex 19 BF AB

RGB Percentages of Color #19bfab

%6.46
%49.35
%44.19

CMYK Percentages of Color #19bfab

%87
%0
%10
%25

Triadic Colors of #19bfab

#19bfab #ab19bf #bfab19

Analogous Colors of #19bfab

#19bfab #1980bf #19bf58

Monochromatic Colors of #19bfab

#19bfab

Complementary Color

#19bfab #bf192d

#19bfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19bfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#19bfab Color CSS Codes

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

#19bfab Text Font Color

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

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


#19bfab Background Color

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

This div background color is #19bfab


#19bfab Border Color

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

This div border color is #19bfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19bfab


Comments

No comments written yet.

Please login to write comment.