Color Hex Logo

#199ada Color Hex

#199ADA
(25,154,218)
0 Favorites   0 Comments

Color spaces of #199ada

RGB 25154218
HSL0.560.790.48
HSV200°89°85°
CMYK 0.890.290.00   0.15
XYZ24.611428.379870.5104
Yxy28.37980.19930.2298
Hunter Lab53.2727-10.7622-41.1839
CIE-Lab60.2303-9.8883-41.6009

#199ada color RGB value is (25,154,218).

#199ada hex color red value is 25, green value is 154 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #199ada hue: 0.56 , saturation: 0.79 and the lightness value of 199ada is 0.48.

The process color (four color CMYK) of #199ada color hex is 0.89, 0.29, 0.00, 0.15. Web safe color of #199ada is #0099cc. Color #199ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10011010 11011010
Octal 31 232 332
Decimal 25 154 218
Hex 19 9A DA

RGB Percentages of Color #199ada

%6.30
%38.79
%54.91

CMYK Percentages of Color #199ada

%89
%29
%0
%15

Triadic Colors of #199ada

#199ada #da199a #9ada19

Analogous Colors of #199ada

#199ada #1939da #19daba

Monochromatic Colors of #199ada

#199ada

Complementary Color

#199ada #da5919

#199ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#199ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#199ada Color CSS Codes

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

#199ada Text Font Color

<p style="color:#199ada">Text here</p>

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


#199ada Background Color

<div style="background-color:#199ada">
Div content here</div>

This div background color is #199ada


#199ada Border Color

<div style="border:3px solid #199ada">
Div here</div>

This div border color is #199ada


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,154,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #199ada; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #199ada;
  -webkit-box-shadow: 1px 1px 3px 2px #199ada;
  box-shadow:         1px 1px 3px 2px #199ada; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #199ada


Comments

No comments written yet.

Please login to write comment.