Color Hex Logo

#63afde Color Hex

#63AFDE
(99,175,222)
0 Favorites   0 Comments

Color spaces of #63afde

RGB 99175222
HSL0.560.650.63
HSV203°55°87°
CMYK 0.550.210.00   0.13
XYZ33.660438.586574.7811
Yxy38.58650.22890.2624
Hunter Lab62.1180-11.9813-27.8939
CIE-Lab68.4507-10.2611-30.8531

#63afde color RGB value is (99,175,222).

#63afde hex color red value is 99, green value is 175 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #63afde hue: 0.56 , saturation: 0.65 and the lightness value of 63afde is 0.63.

The process color (four color CMYK) of #63afde color hex is 0.55, 0.21, 0.00, 0.13. Web safe color of #63afde is #6699cc. Color #63afde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10101111 11011110
Octal 143 257 336
Decimal 99 175 222
Hex 63 AF DE

RGB Percentages of Color #63afde

%19.96
%35.28
%44.76

CMYK Percentages of Color #63afde

%55
%21
%0
%13

Triadic Colors of #63afde

#63afde #de63af #afde63

Analogous Colors of #63afde

#63afde #6372de #63ded0

Monochromatic Colors of #63afde

#63afde

Complementary Color

#63afde #de9263

#63afde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63afde Color Preview on White Background

Lorem ipsum dolor sit amet.

#63afde Color CSS Codes

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

#63afde Text Font Color

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

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


#63afde Background Color

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

This div background color is #63afde


#63afde Border Color

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

This div border color is #63afde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63afde


Comments

No comments written yet.

Please login to write comment.