Color Hex Logo

#63cbdb Color Hex

#63CBDB
(99,203,219)
0 Favorites   0 Comments

Color spaces of #63cbdb

RGB 99203219
HSL0.520.630.62
HSV188°55°86°
CMYK 0.550.070.00   0.14
XYZ39.287750.479074.6906
Yxy50.47900.23890.3069
Hunter Lab71.0486-25.6299-12.5953
CIE-Lab76.3623-25.6566-17.1411

#63cbdb color RGB value is (99,203,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 11001011 11011011
Octal 143 313 333
Decimal 99 203 219
Hex 63 CB DB

RGB Percentages of Color #63cbdb

%19.00
%38.96
%42.03

CMYK Percentages of Color #63cbdb

%55
%7
%0
%14

Triadic Colors of #63cbdb

#63cbdb #db63cb #cbdb63

Analogous Colors of #63cbdb

#63cbdb #638fdb #63dbaf

Monochromatic Colors of #63cbdb

#63cbdb

Complementary Color

#63cbdb #db7363

#63cbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63cbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#63cbdb Color CSS Codes

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

#63cbdb Text Font Color

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

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


#63cbdb Background Color

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

This div background color is #63cbdb


#63cbdb Border Color

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

This div border color is #63cbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63cbdb


Comments

No comments written yet.

Please login to write comment.