Color Hex Logo

#63dcfb Color Hex

#63DCFB
(99,220,251)
0 Favorites   0 Comments

Color spaces of #63dcfb

RGB 99220251
HSL0.530.950.69
HSV192°61°98°
CMYK 0.610.120.00   0.02
XYZ48.151460.8041100.4653
Yxy60.80410.22990.2903
Hunter Lab77.9770-26.2346-21.8052
CIE-Lab82.2733-25.0015-25.2704

#63dcfb color RGB value is (99,220,251).

#63dcfb hex color red value is 99, green value is 220 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #63dcfb hue: 0.53 , saturation: 0.95 and the lightness value of 63dcfb is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 11011100 11111011
Octal 143 334 373
Decimal 99 220 251
Hex 63 DC FB

RGB Percentages of Color #63dcfb

%17.37
%38.60
%44.04

CMYK Percentages of Color #63dcfb

%61
%12
%0
%2

Triadic Colors of #63dcfb

#63dcfb #fb63dc #dcfb63

Analogous Colors of #63dcfb

#63dcfb #6390fb #63fbce

Monochromatic Colors of #63dcfb

#63dcfb

Complementary Color

#63dcfb #fb8263

#63dcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63dcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#63dcfb Color CSS Codes

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

#63dcfb Text Font Color

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

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


#63dcfb Background Color

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

This div background color is #63dcfb


#63dcfb Border Color

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

This div border color is #63dcfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63dcfb


Comments

No comments written yet.

Please login to write comment.