Color Hex Logo

#63afcc Color Hex

#63AFCC
(99,175,204)
0 Favorites   0 Comments

Color spaces of #63afcc

RGB 99175204
HSL0.550.510.59
HSV197°51°80°
CMYK 0.510.140.00   0.20
XYZ31.374637.672262.7446
Yxy37.67220.23810.2858
Hunter Lab61.3777-16.1666-17.6460
CIE-Lab67.7783-15.5589-21.9861

#63afcc color RGB value is (99,175,204).

#63afcc hex color red value is 99, green value is 175 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #63afcc hue: 0.55 , saturation: 0.51 and the lightness value of 63afcc is 0.59.

The process color (four color CMYK) of #63afcc color hex is 0.51, 0.14, 0.00, 0.20. Web safe color of #63afcc is #6699cc. Color #63afcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10101111 11001100
Octal 143 257 314
Decimal 99 175 204
Hex 63 AF CC

RGB Percentages of Color #63afcc

%20.71
%36.61
%42.68

CMYK Percentages of Color #63afcc

%51
%14
%0
%20

Triadic Colors of #63afcc

#63afcc #cc63af #afcc63

Analogous Colors of #63afcc

#63afcc #637bcc #63ccb5

Monochromatic Colors of #63afcc

#63afcc

Complementary Color

#63afcc #cc8063

#63afcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63afcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#63afcc Color CSS Codes

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

#63afcc Text Font Color

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

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


#63afcc Background Color

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

This div background color is #63afcc


#63afcc Border Color

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

This div border color is #63afcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63afcc


Comments

No comments written yet.

Please login to write comment.