Color Hex Logo

#19aabd Color Hex

#19AABD
(25,170,189)
0 Favorites   0 Comments

Color spaces of #19aabd

RGB 25170189
HSL0.520.770.42
HSV187°87°74°
CMYK 0.870.100.00   0.26
XYZ23.960932.630253.1795
Yxy32.63020.21830.2973
Hunter Lab57.1229-25.0909-15.2111
CIE-Lab63.8604-28.3679-19.8137

#19aabd color RGB value is (25,170,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 10101010 10111101
Octal 31 252 275
Decimal 25 170 189
Hex 19 AA BD

RGB Percentages of Color #19aabd

%6.51
%44.27
%49.22

CMYK Percentages of Color #19aabd

%87
%10
%0
%26

Triadic Colors of #19aabd

#19aabd #bd19aa #aabd19

Analogous Colors of #19aabd

#19aabd #1958bd #19bd7e

Monochromatic Colors of #19aabd

#19aabd

Complementary Color

#19aabd #bd2c19

#19aabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19aabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#19aabd Color CSS Codes

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

#19aabd Text Font Color

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

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


#19aabd Background Color

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

This div background color is #19aabd


#19aabd Border Color

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

This div border color is #19aabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19aabd


Comments

No comments written yet.

Please login to write comment.