Color Hex Logo

#199afd Color Hex

#199AFD
(25,154,253)
0 Favorites   0 Comments

Color spaces of #199afd

RGB 25154253
HSL0.570.980.55
HSV206°90°99°
CMYK 0.900.390.00   0.01
XYZ29.686130.409797.2335
Yxy30.40970.18870.1933
Hunter Lab55.1450-0.4122-65.9406
CIE-Lab62.00613.0076-58.1033

#199afd color RGB value is (25,154,253).

#199afd hex color red value is 25, green value is 154 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #199afd hue: 0.57 , saturation: 0.98 and the lightness value of 199afd is 0.55.

The process color (four color CMYK) of #199afd color hex is 0.90, 0.39, 0.00, 0.01. Web safe color of #199afd is #0099ff. Color #199afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10011010 11111101
Octal 31 232 375
Decimal 25 154 253
Hex 19 9A FD

RGB Percentages of Color #199afd

%5.79
%35.65
%58.56

CMYK Percentages of Color #199afd

%90
%39
%0
%1

Triadic Colors of #199afd

#199afd #fd199a #9afd19

Analogous Colors of #199afd

#199afd #1928fd #19fdee

Monochromatic Colors of #199afd

#199afd

Complementary Color

#199afd #fd7c19

#199afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#199afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#199afd Color CSS Codes

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

#199afd Text Font Color

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

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


#199afd Background Color

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

This div background color is #199afd


#199afd Border Color

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

This div border color is #199afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #199afd


Comments

No comments written yet.

Please login to write comment.