Color Hex Logo

#63cdcc Color Hex

#63CDCC
(99,205,204)
0 Favorites   0 Comments

Color spaces of #63cdcc

RGB 99205204
HSL0.500.510.60
HSV179°52°80°
CMYK 0.520.000.00   0.20
XYZ37.876050.674964.9117
Yxy50.67490.24680.3302
Hunter Lab71.1863-29.6018-4.2336
CIE-Lab76.4817-30.6865-8.8748

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 11001101 11001100
Octal 143 315 314
Decimal 99 205 204
Hex 63 CD CC

RGB Percentages of Color #63cdcc

%19.49
%40.35
%40.16

CMYK Percentages of Color #63cdcc

%52
%0
%0
%20

Triadic Colors of #63cdcc

#63cdcc #cc63cd #cdcc63

Analogous Colors of #63cdcc

#63cdcc #6399cd #63cd97

Monochromatic Colors of #63cdcc

#63cdcc

Complementary Color

#63cdcc #cd6364

#63cdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63cdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#63cdcc Color CSS Codes

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

#63cdcc Text Font Color

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

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


#63cdcc Background Color

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

This div background color is #63cdcc


#63cdcc Border Color

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

This div border color is #63cdcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63cdcc


Comments

No comments written yet.

Please login to write comment.