Color Hex Logo

#13fcff Color Hex

#13FCFF
(19,252,255)
0 Favorites   0 Comments

Color spaces of #13fcff

RGB 19252255
HSL0.501.000.54
HSV181°93°100°
CMYK 0.930.010.00   0.00
XYZ53.129076.9793106.6660
Yxy76.97930.22440.3251
Hunter Lab87.7378-45.4519-10.6645
CIE-Lab90.3121-46.3646-15.3366

#13fcff color RGB value is (19,252,255).

#13fcff hex color red value is 19, green value is 252 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #13fcff hue: 0.50 , saturation: 1.00 and the lightness value of 13fcff is 0.54.

The process color (four color CMYK) of #13fcff color hex is 0.93, 0.01, 0.00, 0.00. Web safe color of #13fcff is #00ffff. Color #13fcff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 11111100 11111111
Octal 23 374 377
Decimal 19 252 255
Hex 13 FC FF

RGB Percentages of Color #13fcff

%3.61
%47.91
%48.48

CMYK Percentages of Color #13fcff

%93
%1
%0
%0

Triadic Colors of #13fcff

#13fcff #ff13fc #fcff13

Analogous Colors of #13fcff

#13fcff #1386ff #13ff8c

Monochromatic Colors of #13fcff

#13fcff

Complementary Color

#13fcff #ff1613

#13fcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13fcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#13fcff Color CSS Codes

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

#13fcff Text Font Color

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

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


#13fcff Background Color

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

This div background color is #13fcff


#13fcff Border Color

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

This div border color is #13fcff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13fcff

Related Colors


Comments

No comments written yet.

Please login to write comment.