Color Hex Logo

#19babd Color Hex

#19BABD
(25,186,189)
0 Favorites   0 Comments

Color spaces of #19babd

RGB 25186189
HSL0.500.770.42
HSV181°87°74°
CMYK 0.870.020.00   0.26
XYZ27.145138.998654.2409
Yxy38.99860.22550.3240
Hunter Lab62.4489-31.6956-7.7830
CIE-Lab68.7503-36.0312-12.4238

#19babd color RGB value is (25,186,189).

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

The process color (four color CMYK) of #19babd color hex is 0.87, 0.02, 0.00, 0.26. Web safe color of #19babd is #00cccc. Color #19babd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10111010 10111101
Octal 31 272 275
Decimal 25 186 189
Hex 19 BA BD

RGB Percentages of Color #19babd

%6.25
%46.50
%47.25

CMYK Percentages of Color #19babd

%87
%2
%0
%26

Triadic Colors of #19babd

#19babd #bd19ba #babd19

Analogous Colors of #19babd

#19babd #1968bd #19bd6e

Monochromatic Colors of #19babd

#19babd

Complementary Color

#19babd #bd1c19

#19babd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19babd Color Preview on White Background

Lorem ipsum dolor sit amet.

#19babd Color CSS Codes

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

#19babd Text Font Color

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

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


#19babd Background Color

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

This div background color is #19babd


#19babd Border Color

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

This div border color is #19babd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(25,186,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 #19babd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19babd


Comments

No comments written yet.

Please login to write comment.