Color Hex Logo

#63daff Color Hex

#63DAFF
(99,218,255)
0 Favorites   0 Comments

Color spaces of #63daff

RGB 99218255
HSL0.541.000.69
HSV194°61°100°
CMYK 0.610.150.00   0.00
XYZ48.267060.0155103.6479
Yxy60.01550.22770.2832
Hunter Lab77.4697-24.3586-25.0963
CIE-Lab81.8466-22.8435-28.0408

#63daff color RGB value is (99,218,255).

#63daff hex color red value is 99, green value is 218 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #63daff hue: 0.54 , saturation: 1.00 and the lightness value of 63daff is 0.69.

The process color (four color CMYK) of #63daff color hex is 0.61, 0.15, 0.00, 0.00. Web safe color of #63daff is #66ccff. Color #63daff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 11011010 11111111
Octal 143 332 377
Decimal 99 218 255
Hex 63 DA FF

RGB Percentages of Color #63daff

%17.31
%38.11
%44.58

CMYK Percentages of Color #63daff

%61
%15
%0
%0

Triadic Colors of #63daff

#63daff #ff63da #daff63

Analogous Colors of #63daff

#63daff #638cff #63ffd6

Monochromatic Colors of #63daff

#63daff

Complementary Color

#63daff #ff8863

#63daff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63daff Color Preview on White Background

Lorem ipsum dolor sit amet.

#63daff Color CSS Codes

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

#63daff Text Font Color

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

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


#63daff Background Color

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

This div background color is #63daff


#63daff Border Color

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

This div border color is #63daff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63daff


Comments

No comments written yet.

Please login to write comment.