Color Hex Logo

#63adcd Color Hex

#63ADCD
(99,173,205)
0 Favorites   0 Comments

Color spaces of #63adcd

RGB 99173205
HSL0.550.510.60
HSV198°52°80°
CMYK 0.520.160.00   0.20
XYZ31.108636.947663.2496
Yxy36.94760.23690.2814
Hunter Lab60.7845-15.0194-19.1453
CIE-Lab67.2377-14.2080-23.3635

#63adcd color RGB value is (99,173,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10101101 11001101
Octal 143 255 315
Decimal 99 173 205
Hex 63 AD CD

RGB Percentages of Color #63adcd

%20.75
%36.27
%42.98

CMYK Percentages of Color #63adcd

%52
%16
%0
%20

Triadic Colors of #63adcd

#63adcd #cd63ad #adcd63

Analogous Colors of #63adcd

#63adcd #6378cd #63cdb8

Monochromatic Colors of #63adcd

#63adcd

Complementary Color

#63adcd #cd8363

#63adcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63adcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#63adcd Color CSS Codes

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

#63adcd Text Font Color

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

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


#63adcd Background Color

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

This div background color is #63adcd


#63adcd Border Color

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

This div border color is #63adcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63adcd


Comments

No comments written yet.

Please login to write comment.