Color Hex Logo

#63bccc Color Hex

#63BCCC
(99,188,204)
0 Favorites   0 Comments

Color spaces of #63bccc

RGB 99188204
HSL0.530.510.59
HSV189°51°80°
CMYK 0.510.080.00   0.20
XYZ34.027942.978763.6290
Yxy42.97870.24200.3056
Hunter Lab65.5581-22.0765-11.6546
CIE-Lab71.5405-22.2966-16.2779

#63bccc color RGB value is (99,188,204).

#63bccc hex color red value is 99, green value is 188 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #63bccc hue: 0.53 , saturation: 0.51 and the lightness value of 63bccc is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10111100 11001100
Octal 143 274 314
Decimal 99 188 204
Hex 63 BC CC

RGB Percentages of Color #63bccc

%20.16
%38.29
%41.55

CMYK Percentages of Color #63bccc

%51
%8
%0
%20

Triadic Colors of #63bccc

#63bccc #cc63bc #bccc63

Analogous Colors of #63bccc

#63bccc #6388cc #63cca8

Monochromatic Colors of #63bccc

#63bccc

Complementary Color

#63bccc #cc7363

#63bccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63bccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#63bccc Color CSS Codes

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

#63bccc Text Font Color

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

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


#63bccc Background Color

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

This div background color is #63bccc


#63bccc Border Color

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

This div border color is #63bccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63bccc


Comments

No comments written yet.

Please login to write comment.