Color Hex Logo

#63fdfd Color Hex

#63FDFD
(99,253,253)
0 Favorites   0 Comments

Color spaces of #63fdfd

RGB 99253253
HSL0.500.970.69
HSV180°61°99°
CMYK 0.610.000.00   0.01
XYZ58.000579.9951105.3122
Yxy79.99510.23840.3288
Hunter Lab89.4400-40.7654-7.2038
CIE-Lab91.6827-40.0499-12.1296

#63fdfd color RGB value is (99,253,253).

#63fdfd hex color red value is 99, green value is 253 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #63fdfd hue: 0.50 , saturation: 0.97 and the lightness value of 63fdfd is 0.69.

The process color (four color CMYK) of #63fdfd color hex is 0.61, 0.00, 0.00, 0.01. Web safe color of #63fdfd is #66ffff. Color #63fdfd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 11111101 11111101
Octal 143 375 375
Decimal 99 253 253
Hex 63 FD FD

RGB Percentages of Color #63fdfd

%16.36
%41.82
%41.82

CMYK Percentages of Color #63fdfd

%61
%0
%0
%1

Triadic Colors of #63fdfd

#63fdfd #fd63fd #fdfd63

Analogous Colors of #63fdfd

#63fdfd #63b0fd #63fdb0

Monochromatic Colors of #63fdfd

#63fdfd

Complementary Color

#63fdfd #fd6363

#63fdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63fdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#63fdfd Color CSS Codes

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

#63fdfd Text Font Color

<p style="color:#63fdfd">Text here</p>

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


#63fdfd Background Color

<div style="background-color:#63fdfd">
Div content here</div>

This div background color is #63fdfd


#63fdfd Border Color

<div style="border:3px solid #63fdfd">
Div here</div>

This div border color is #63fdfd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,253,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #63fdfd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #63fdfd;
  -webkit-box-shadow: 1px 1px 3px 2px #63fdfd;
  box-shadow:         1px 1px 3px 2px #63fdfd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,253,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 #63fdfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63fdfd


Comments

No comments written yet.

Please login to write comment.