Color Hex Logo

#19bbaf Color Hex

#19BBAF
(25,187,175)
0 Favorites   0 Comments

Color spaces of #19bbaf

RGB 25187175
HSL0.490.760.42
HSV176°87°73°
CMYK 0.870.000.06   0.27
XYZ25.909138.842546.6892
Yxy38.84250.23250.3485
Hunter Lab62.3238-34.8609-0.7899
CIE-Lab68.6370-40.6185-4.8906

#19bbaf color RGB value is (25,187,175).

#19bbaf hex color red value is 25, green value is 187 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #19bbaf hue: 0.49 , saturation: 0.76 and the lightness value of 19bbaf is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 10111011 10101111
Octal 31 273 257
Decimal 25 187 175
Hex 19 BB AF

RGB Percentages of Color #19bbaf

%6.46
%48.32
%45.22

CMYK Percentages of Color #19bbaf

%87
%0
%6
%27

Triadic Colors of #19bbaf

#19bbaf #af19bb #bbaf19

Analogous Colors of #19bbaf

#19bbaf #1976bb #19bb5e

Monochromatic Colors of #19bbaf

#19bbaf

Complementary Color

#19bbaf #bb1925

#19bbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19bbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#19bbaf Color CSS Codes

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

#19bbaf Text Font Color

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

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


#19bbaf Background Color

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

This div background color is #19bbaf


#19bbaf Border Color

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

This div border color is #19bbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19bbaf


Comments

No comments written yet.

Please login to write comment.