Color Hex Logo

#63aafc Color Hex

#63AAFC
(99,170,252)
0 Favorites   0 Comments

Color spaces of #63aafc

RGB 99170252
HSL0.590.960.69
HSV212°61°99°
CMYK 0.610.330.00   0.01
XYZ37.091038.430497.5584
Yxy38.43040.21430.2220
Hunter Lab61.9923-1.6869-49.9112
CIE-Lab68.33661.8616-47.4029

#63aafc color RGB value is (99,170,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10101010 11111100
Octal 143 252 374
Decimal 99 170 252
Hex 63 AA FC

RGB Percentages of Color #63aafc

%19.00
%32.63
%48.37

CMYK Percentages of Color #63aafc

%61
%33
%0
%1

Triadic Colors of #63aafc

#63aafc #fc63aa #aafc63

Analogous Colors of #63aafc

#63aafc #6963fc #63f7fc

Monochromatic Colors of #63aafc

#63aafc

Complementary Color

#63aafc #fcb563

#63aafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63aafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#63aafc Color CSS Codes

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

#63aafc Text Font Color

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

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


#63aafc Background Color

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

This div background color is #63aafc


#63aafc Border Color

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

This div border color is #63aafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63aafc

Related Colors


Comments

No comments written yet.

Please login to write comment.