Color Hex Logo

#63acdc Color Hex

#63ACDC
(99,172,220)
0 Favorites   0 Comments

Color spaces of #63acdc

RGB 99172220
HSL0.570.630.63
HSV204°55°86°
CMYK 0.550.220.00   0.14
XYZ32.816437.325073.1850
Yxy37.32500.22900.2604
Hunter Lab61.0942-11.0346-28.2578
CIE-Lab67.5201-9.2319-31.1930

#63acdc color RGB value is (99,172,220).

#63acdc hex color red value is 99, green value is 172 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #63acdc hue: 0.57 , saturation: 0.63 and the lightness value of 63acdc is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10101100 11011100
Octal 143 254 334
Decimal 99 172 220
Hex 63 AC DC

RGB Percentages of Color #63acdc

%20.16
%35.03
%44.81

CMYK Percentages of Color #63acdc

%55
%22
%0
%14

Triadic Colors of #63acdc

#63acdc #dc63ac #acdc63

Analogous Colors of #63acdc

#63acdc #6370dc #63dcd0

Monochromatic Colors of #63acdc

#63acdc

Complementary Color

#63acdc #dc9363

#63acdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63acdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#63acdc Color CSS Codes

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

#63acdc Text Font Color

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

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


#63acdc Background Color

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

This div background color is #63acdc


#63acdc Border Color

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

This div border color is #63acdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63acdc


Comments

No comments written yet.

Please login to write comment.