Color Hex Logo

#13adfa Color Hex

#13ADFA
(19,173,250)
0 Favorites   0 Comments

Color spaces of #13adfa

RGB 19173250
HSL0.560.960.53
HSV200°92°98°
CMYK 0.920.310.00   0.02
XYZ32.467436.927795.8590
Yxy36.92770.19650.2235
Hunter Lab60.7682-10.9748-50.9895
CIE-Lab67.2228-9.1980-48.1973

#13adfa color RGB value is (19,173,250).

#13adfa hex color red value is 19, green value is 173 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #13adfa hue: 0.56 , saturation: 0.96 and the lightness value of 13adfa is 0.53.

The process color (four color CMYK) of #13adfa color hex is 0.92, 0.31, 0.00, 0.02. Web safe color of #13adfa is #0099ff. Color #13adfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10101101 11111010
Octal 23 255 372
Decimal 19 173 250
Hex 13 AD FA

RGB Percentages of Color #13adfa

%4.30
%39.14
%56.56

CMYK Percentages of Color #13adfa

%92
%31
%0
%2

Triadic Colors of #13adfa

#13adfa #fa13ad #adfa13

Analogous Colors of #13adfa

#13adfa #1339fa #13fad4

Monochromatic Colors of #13adfa

#13adfa

Complementary Color

#13adfa #fa6013

#13adfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13adfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#13adfa Color CSS Codes

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

#13adfa Text Font Color

<p style="color:#13adfa">Text here</p>

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


#13adfa Background Color

<div style="background-color:#13adfa">
Div content here</div>

This div background color is #13adfa


#13adfa Border Color

<div style="border:3px solid #13adfa">
Div here</div>

This div border color is #13adfa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,173,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #13adfa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #13adfa;
  -webkit-box-shadow: 1px 1px 3px 2px #13adfa;
  box-shadow:         1px 1px 3px 2px #13adfa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,173,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13adfa


Comments

No comments written yet.

Please login to write comment.