Color Hex Logo

#63cadb Color Hex

#63CADB
(99,202,219)
0 Favorites   0 Comments

Color spaces of #63cadb

RGB 99202219
HSL0.520.630.62
HSV189°55°86°
CMYK 0.550.080.00   0.14
XYZ39.052350.008274.6121
Yxy50.00820.23860.3055
Hunter Lab70.7165-25.1794-13.0546
CIE-Lab76.0743-25.1604-17.5759

#63cadb color RGB value is (99,202,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 11001010 11011011
Octal 143 312 333
Decimal 99 202 219
Hex 63 CA DB

RGB Percentages of Color #63cadb

%19.04
%38.85
%42.12

CMYK Percentages of Color #63cadb

%55
%8
%0
%14

Triadic Colors of #63cadb

#63cadb #db63ca #cadb63

Analogous Colors of #63cadb

#63cadb #638edb #63dbb0

Monochromatic Colors of #63cadb

#63cadb

Complementary Color

#63cadb #db7463

#63cadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63cadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#63cadb Color CSS Codes

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

#63cadb Text Font Color

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

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


#63cadb Background Color

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

This div background color is #63cadb


#63cadb Border Color

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

This div border color is #63cadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63cadb


Comments

No comments written yet.

Please login to write comment.