Color Hex Logo

#13dcfc Color Hex

#13DCFC
(19,220,252)
0 Favorites   0 Comments

Color spaces of #13dcfc

RGB 19220252
HSL0.520.970.53
HSV188°92°99°
CMYK 0.920.130.00   0.01
XYZ43.432458.3531101.0696
Yxy58.35310.21410.2877
Hunter Lab76.3892-32.1918-24.9734
CIE-Lab80.9347-32.7028-27.9680

#13dcfc color RGB value is (19,220,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 11011100 11111100
Octal 23 334 374
Decimal 19 220 252
Hex 13 DC FC

RGB Percentages of Color #13dcfc

%3.87
%44.81
%51.32

CMYK Percentages of Color #13dcfc

%92
%13
%0
%1

Triadic Colors of #13dcfc

#13dcfc #fc13dc #dcfc13

Analogous Colors of #13dcfc

#13dcfc #1368fc #13fca8

Monochromatic Colors of #13dcfc

#13dcfc

Complementary Color

#13dcfc #fc3313

#13dcfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13dcfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#13dcfc Color CSS Codes

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

#13dcfc Text Font Color

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

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


#13dcfc Background Color

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

This div background color is #13dcfc


#13dcfc Border Color

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

This div border color is #13dcfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13dcfc


Comments

No comments written yet.

Please login to write comment.