Color Hex Logo

#19acbb Color Hex

#19ACBB
(25,172,187)
0 Favorites   0 Comments

Color spaces of #19acbb

RGB 25172187
HSL0.520.760.42
HSV186°87°73°
CMYK 0.870.080.00   0.27
XYZ24.123133.299652.1698
Yxy33.29960.22010.3038
Hunter Lab57.7058-26.3657-13.2080
CIE-Lab64.4028-29.9948-17.8753

#19acbb color RGB value is (25,172,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 10101100 10111011
Octal 31 254 273
Decimal 25 172 187
Hex 19 AC BB

RGB Percentages of Color #19acbb

%6.51
%44.79
%48.70

CMYK Percentages of Color #19acbb

%87
%8
%0
%27

Triadic Colors of #19acbb

#19acbb #bb19ac #acbb19

Analogous Colors of #19acbb

#19acbb #195bbb #19bb79

Monochromatic Colors of #19acbb

#19acbb

Complementary Color

#19acbb #bb2819

#19acbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19acbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#19acbb Color CSS Codes

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

#19acbb Text Font Color

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

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


#19acbb Background Color

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

This div background color is #19acbb


#19acbb Border Color

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

This div border color is #19acbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19acbb


Comments

No comments written yet.

Please login to write comment.