Color Hex Logo

#63cbcb Color Hex

#63CBCB
(99,203,203)
0 Favorites   0 Comments

Color spaces of #63cbcb

RGB 99203203
HSL0.500.500.59
HSV180°51°80°
CMYK 0.510.000.00   0.20
XYZ37.281049.676364.1235
Yxy49.67630.24680.3288
Hunter Lab70.4814-28.9253-4.6046
CIE-Lab75.8701-29.9875-9.2450

#63cbcb color RGB value is (99,203,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 11001011 11001011
Octal 143 313 313
Decimal 99 203 203
Hex 63 CB CB

RGB Percentages of Color #63cbcb

%19.60
%40.20
%40.20

CMYK Percentages of Color #63cbcb

%51
%0
%0
%20

Triadic Colors of #63cbcb

#63cbcb #cb63cb #cbcb63

Analogous Colors of #63cbcb

#63cbcb #6397cb #63cb97

Monochromatic Colors of #63cbcb

#63cbcb

Complementary Color

#63cbcb #cb6363

#63cbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63cbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#63cbcb Color CSS Codes

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

#63cbcb Text Font Color

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

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


#63cbcb Background Color

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

This div background color is #63cbcb


#63cbcb Border Color

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

This div border color is #63cbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63cbcb


Comments

No comments written yet.

Please login to write comment.