Color Hex Logo

#63cadc Color Hex

#63CADC
(99,202,220)
0 Favorites   0 Comments

Color spaces of #63cadc

RGB 99202220
HSL0.520.630.63
HSV189°55°86°
CMYK 0.550.080.00   0.14
XYZ39.184450.061075.3077
Yxy50.06100.23810.3042
Hunter Lab70.7538-24.9635-13.5784
CIE-Lab76.1067-24.8814-18.0663

#63cadc color RGB value is (99,202,220).

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

The process color (four color CMYK) of #63cadc color hex is 0.55, 0.08, 0.00, 0.14. Web safe color of #63cadc is #66cccc. Color #63cadc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 11001010 11011100
Octal 143 312 334
Decimal 99 202 220
Hex 63 CA DC

RGB Percentages of Color #63cadc

%19.00
%38.77
%42.23

CMYK Percentages of Color #63cadc

%55
%8
%0
%14

Triadic Colors of #63cadc

#63cadc #dc63ca #cadc63

Analogous Colors of #63cadc

#63cadc #638edc #63dcb2

Monochromatic Colors of #63cadc

#63cadc

Complementary Color

#63cadc #dc7563

#63cadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63cadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#63cadc Color CSS Codes

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

#63cadc Text Font Color

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

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


#63cadc Background Color

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

This div background color is #63cadc


#63cadc Border Color

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

This div border color is #63cadc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,202,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 #63cadc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63cadc


Comments

No comments written yet.

Please login to write comment.