Color Hex Logo

#13dffa Color Hex

#13DFFA
(19,223,250)
0 Favorites   0 Comments

Color spaces of #13dffa

RGB 19223250
HSL0.520.960.53
HSV187°92°98°
CMYK 0.920.110.00   0.02
XYZ43.911659.815999.6737
Yxy59.81590.21590.2941
Hunter Lab77.3407-33.9997-22.2721
CIE-Lab81.7380-34.7542-25.6806

#13dffa color RGB value is (19,223,250).

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

The process color (four color CMYK) of #13dffa color hex is 0.92, 0.11, 0.00, 0.02. Web safe color of #13dffa is #00ccff. Color #13dffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 11011111 11111010
Octal 23 337 372
Decimal 19 223 250
Hex 13 DF FA

RGB Percentages of Color #13dffa

%3.86
%45.33
%50.81

CMYK Percentages of Color #13dffa

%92
%11
%0
%2

Triadic Colors of #13dffa

#13dffa #fa13df #dffa13

Analogous Colors of #13dffa

#13dffa #136cfa #13faa2

Monochromatic Colors of #13dffa

#13dffa

Complementary Color

#13dffa #fa2e13

#13dffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13dffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#13dffa Color CSS Codes

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

#13dffa Text Font Color

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

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


#13dffa Background Color

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

This div background color is #13dffa


#13dffa Border Color

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

This div border color is #13dffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13dffa


Comments

No comments written yet.

Please login to write comment.