Color Hex Logo

#63cccc Color Hex

#63CCCC
(99,204,204)
0 Favorites   0 Comments

Color spaces of #63cccc

RGB 99204204
HSL0.500.510.59
HSV180°51°80°
CMYK 0.510.000.00   0.20
XYZ37.637550.198064.8322
Yxy50.19800.24650.3288
Hunter Lab70.8505-29.1650-4.6583
CIE-Lab76.1906-30.2060-9.3078

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 11001100 11001100
Octal 143 314 314
Decimal 99 204 204
Hex 63 CC CC

RGB Percentages of Color #63cccc

%19.53
%40.24
%40.24

CMYK Percentages of Color #63cccc

%51
%0
%0
%20

Triadic Colors of #63cccc

#63cccc #cc63cc #cccc63

Analogous Colors of #63cccc

#63cccc #6398cc #63cc98

Monochromatic Colors of #63cccc

#63cccc

Complementary Color

#63cccc #cc6363

#63cccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63cccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#63cccc Color CSS Codes

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

#63cccc Text Font Color

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

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


#63cccc Background Color

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

This div background color is #63cccc


#63cccc Border Color

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

This div border color is #63cccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63cccc


Comments

No comments written yet.

Please login to write comment.