Color Hex Logo

#63aefd Color Hex

#63AEFD
(99,174,253)
0 Favorites   0 Comments

Color spaces of #63aefd

RGB 99174253
HSL0.590.970.69
HSV211°61°99°
CMYK 0.610.310.00   0.01
XYZ38.011340.016698.6491
Yxy40.01660.21510.2265
Hunter Lab63.2587-3.4444-48.1791
CIE-Lab69.4814-0.0752-46.1451

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10101110 11111101
Octal 143 256 375
Decimal 99 174 253
Hex 63 AE FD

RGB Percentages of Color #63aefd

%18.82
%33.08
%48.10

CMYK Percentages of Color #63aefd

%61
%31
%0
%1

Triadic Colors of #63aefd

#63aefd #fd63ae #aefd63

Analogous Colors of #63aefd

#63aefd #6563fd #63fbfd

Monochromatic Colors of #63aefd

#63aefd

Complementary Color

#63aefd #fdb263

#63aefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63aefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#63aefd Color CSS Codes

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

#63aefd Text Font Color

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

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


#63aefd Background Color

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

This div background color is #63aefd


#63aefd Border Color

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

This div border color is #63aefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63aefd


Comments

No comments written yet.

Please login to write comment.