Color Hex Logo

#63ccce Color Hex

#63CCCE
(99,204,206)
0 Favorites   0 Comments

Color spaces of #63ccce

RGB 99204206
HSL0.500.520.60
HSV181°52°81°
CMYK 0.520.010.00   0.19
XYZ37.879050.294666.1039
Yxy50.29460.24550.3260
Hunter Lab70.9187-28.7675-5.6216
CIE-Lab76.2497-29.6771-10.2989

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

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

The process color (four color CMYK) of #63ccce color hex is 0.52, 0.01, 0.00, 0.19. Web safe color of #63ccce is #66cccc. Color #63ccce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 11001100 11001110
Octal 143 314 316
Decimal 99 204 206
Hex 63 CC CE

RGB Percentages of Color #63ccce

%19.45
%40.08
%40.47

CMYK Percentages of Color #63ccce

%52
%1
%0
%19

Triadic Colors of #63ccce

#63ccce #ce63cc #ccce63

Analogous Colors of #63ccce

#63ccce #6397ce #63ce9b

Monochromatic Colors of #63ccce

#63ccce

Complementary Color

#63ccce #ce6563

#63ccce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63ccce Color Preview on White Background

Lorem ipsum dolor sit amet.

#63ccce Color CSS Codes

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

#63ccce Text Font Color

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

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


#63ccce Background Color

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

This div background color is #63ccce


#63ccce Border Color

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

This div border color is #63ccce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63ccce


Comments

No comments written yet.

Please login to write comment.