Color Hex Logo

#63a5fd Color Hex

#63A5FD
(99,165,253)
0 Favorites   0 Comments

Color spaces of #63a5fd

RGB 99165253
HSL0.600.970.69
HSV214°61°99°
CMYK 0.610.350.00   0.01
XYZ36.330336.654898.0888
Yxy36.65480.21240.2143
Hunter Lab60.54321.1623-53.6782
CIE-Lab67.01725.0336-50.0265

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

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

The process color (four color CMYK) of #63a5fd color hex is 0.61, 0.35, 0.00, 0.01. Web safe color of #63a5fd is #6699ff. Color #63a5fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10100101 11111101
Octal 143 245 375
Decimal 99 165 253
Hex 63 A5 FD

RGB Percentages of Color #63a5fd

%19.15
%31.91
%48.94

CMYK Percentages of Color #63a5fd

%61
%35
%0
%1

Triadic Colors of #63a5fd

#63a5fd #fd63a5 #a5fd63

Analogous Colors of #63a5fd

#63a5fd #6e63fd #63f2fd

Monochromatic Colors of #63a5fd

#63a5fd

Complementary Color

#63a5fd #fdbb63

#63a5fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63a5fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#63a5fd Color CSS Codes

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

#63a5fd Text Font Color

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

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


#63a5fd Background Color

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

This div background color is #63a5fd


#63a5fd Border Color

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

This div border color is #63a5fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63a5fd


Comments

No comments written yet.

Please login to write comment.