Color Hex Logo

#63bcdd Color Hex

#63BCDD
(99,188,221)
0 Favorites   0 Comments

Color spaces of #63bcdd

RGB 99188221
HSL0.550.640.63
HSV196°55°87°
CMYK 0.550.150.00   0.13
XYZ36.180043.839574.9616
Yxy43.83950.23340.2829
Hunter Lab66.2114-18.3319-20.7775
CIE-Lab72.1211-17.4669-24.6666

#63bcdd color RGB value is (99,188,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10111100 11011101
Octal 143 274 335
Decimal 99 188 221
Hex 63 BC DD

RGB Percentages of Color #63bcdd

%19.49
%37.01
%43.50

CMYK Percentages of Color #63bcdd

%55
%15
%0
%13

Triadic Colors of #63bcdd

#63bcdd #dd63bc #bcdd63

Analogous Colors of #63bcdd

#63bcdd #637fdd #63ddc1

Monochromatic Colors of #63bcdd

#63bcdd

Complementary Color

#63bcdd #dd8463

#63bcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63bcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#63bcdd Color CSS Codes

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

#63bcdd Text Font Color

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

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


#63bcdd Background Color

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

This div background color is #63bcdd


#63bcdd Border Color

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

This div border color is #63bcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63bcdd


Comments

No comments written yet.

Please login to write comment.