Color Hex Logo

#199add Color Hex

#199ADD
(25,154,221)
0 Favorites   0 Comments

Color spaces of #199add

RGB 25154221
HSL0.560.800.48
HSV201°89°87°
CMYK 0.890.300.00   0.13
XYZ25.007628.538372.5970
Yxy28.53830.19820.2262
Hunter Lab53.4213-9.9276-43.1775
CIE-Lab60.3720-8.7979-43.0470

#199add color RGB value is (25,154,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 10011010 11011101
Octal 31 232 335
Decimal 25 154 221
Hex 19 9A DD

RGB Percentages of Color #199add

%6.25
%38.50
%55.25

CMYK Percentages of Color #199add

%89
%30
%0
%13

Triadic Colors of #199add

#199add #dd199a #9add19

Analogous Colors of #199add

#199add #1938dd #19ddbe

Monochromatic Colors of #199add

#199add

Complementary Color

#199add #dd5c19

#199add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#199add Color Preview on White Background

Lorem ipsum dolor sit amet.

#199add Color CSS Codes

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

#199add Text Font Color

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

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


#199add Background Color

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

This div background color is #199add


#199add Border Color

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

This div border color is #199add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #199add


Comments

No comments written yet.

Please login to write comment.