Color Hex Logo

#63e5fd Color Hex

#63E5FD
(99,229,253)
0 Favorites   0 Comments

Color spaces of #63e5fd

RGB 99229253
HSL0.530.970.69
HSV189°61°99°
CMYK 0.610.090.00   0.01
XYZ50.894565.7831102.9435
Yxy65.78310.23170.2995
Hunter Lab81.1068-29.9281-18.4781
CIE-Lab84.8857-28.8319-22.3544

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 11100101 11111101
Octal 143 345 375
Decimal 99 229 253
Hex 63 E5 FD

RGB Percentages of Color #63e5fd

%17.04
%39.41
%43.55

CMYK Percentages of Color #63e5fd

%61
%9
%0
%1

Triadic Colors of #63e5fd

#63e5fd #fd63e5 #e5fd63

Analogous Colors of #63e5fd

#63e5fd #6398fd #63fdc8

Monochromatic Colors of #63e5fd

#63e5fd

Complementary Color

#63e5fd #fd7b63

#63e5fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63e5fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#63e5fd Color CSS Codes

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

#63e5fd Text Font Color

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

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


#63e5fd Background Color

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

This div background color is #63e5fd


#63e5fd Border Color

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

This div border color is #63e5fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63e5fd


Comments

No comments written yet.

Please login to write comment.