Color Hex Logo

#63cbba Color Hex

#63CBBA
(99,203,186)
0 Favorites   0 Comments

Color spaces of #63cbba

RGB 99203186
HSL0.470.500.59
HSV170°51°80°
CMYK 0.510.000.08   0.20
XYZ35.364548.909754.0310
Yxy48.90970.25570.3536
Hunter Lab69.9355-32.12443.1483
CIE-Lab75.3951-34.3224-0.7623

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 11001011 10111010
Octal 143 313 272
Decimal 99 203 186
Hex 63 CB BA

RGB Percentages of Color #63cbba

%20.29
%41.60
%38.11

CMYK Percentages of Color #63cbba

%51
%0
%8
%20

Triadic Colors of #63cbba

#63cbba #ba63cb #cbba63

Analogous Colors of #63cbba

#63cbba #63a8cb #63cb86

Monochromatic Colors of #63cbba

#63cbba

Complementary Color

#63cbba #cb6374

#63cbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63cbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#63cbba Color CSS Codes

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

#63cbba Text Font Color

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

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


#63cbba Background Color

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

This div background color is #63cbba


#63cbba Border Color

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

This div border color is #63cbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63cbba


Comments

No comments written yet.

Please login to write comment.