Color Hex Logo

#19aabc Color Hex

#19AABC
(25,170,188)
0 Favorites   0 Comments

Color spaces of #19aabc

RGB 25170188
HSL0.520.770.42
HSV187°87°74°
CMYK 0.870.100.00   0.26
XYZ23.852732.587052.6097
Yxy32.58700.21870.2988
Hunter Lab57.0850-25.3134-14.6823
CIE-Lab63.8251-28.6921-19.3099

#19aabc color RGB value is (25,170,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 10101010 10111100
Octal 31 252 274
Decimal 25 170 188
Hex 19 AA BC

RGB Percentages of Color #19aabc

%6.53
%44.39
%49.09

CMYK Percentages of Color #19aabc

%87
%10
%0
%26

Triadic Colors of #19aabc

#19aabc #bc19aa #aabc19

Analogous Colors of #19aabc

#19aabc #1959bc #19bc7d

Monochromatic Colors of #19aabc

#19aabc

Complementary Color

#19aabc #bc2b19

#19aabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19aabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#19aabc Color CSS Codes

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

#19aabc Text Font Color

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

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


#19aabc Background Color

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

This div background color is #19aabc


#19aabc Border Color

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

This div border color is #19aabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19aabc


Comments

No comments written yet.

Please login to write comment.