Color Hex Logo

#63bcdb Color Hex

#63BCDB
(99,188,219)
0 Favorites   0 Comments

Color spaces of #63bcdb

RGB 99188219
HSL0.540.630.62
HSV196°55°86°
CMYK 0.550.140.00   0.14
XYZ35.915043.733673.5663
Yxy43.73360.23440.2854
Hunter Lab66.1314-18.7891-19.6638
CIE-Lab72.0501-18.0477-23.6865

#63bcdb color RGB value is (99,188,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10111100 11011011
Octal 143 274 333
Decimal 99 188 219
Hex 63 BC DB

RGB Percentages of Color #63bcdb

%19.57
%37.15
%43.28

CMYK Percentages of Color #63bcdb

%55
%14
%0
%14

Triadic Colors of #63bcdb

#63bcdb #db63bc #bcdb63

Analogous Colors of #63bcdb

#63bcdb #6380db #63dbbe

Monochromatic Colors of #63bcdb

#63bcdb

Complementary Color

#63bcdb #db8263

#63bcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63bcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#63bcdb Color CSS Codes

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

#63bcdb Text Font Color

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

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


#63bcdb Background Color

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

This div background color is #63bcdb


#63bcdb Border Color

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

This div border color is #63bcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63bcdb


Comments

No comments written yet.

Please login to write comment.