Color Hex Logo

#63cbbe Color Hex

#63CBBE
(99,203,190)
0 Favorites   0 Comments

Color spaces of #63cbbe

RGB 99203190
HSL0.480.500.59
HSV173°51°80°
CMYK 0.510.000.06   0.20
XYZ35.795849.082256.3024
Yxy49.08220.25350.3477
Hunter Lab70.0587-31.39991.3929
CIE-Lab75.5024-33.3289-2.7657

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 11001011 10111110
Octal 143 313 276
Decimal 99 203 190
Hex 63 CB BE

RGB Percentages of Color #63cbbe

%20.12
%41.26
%38.62

CMYK Percentages of Color #63cbbe

%51
%0
%6
%20

Triadic Colors of #63cbbe

#63cbbe #be63cb #cbbe63

Analogous Colors of #63cbbe

#63cbbe #63a4cb #63cb8a

Monochromatic Colors of #63cbbe

#63cbbe

Complementary Color

#63cbbe #cb6370

#63cbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63cbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#63cbbe Color CSS Codes

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

#63cbbe Text Font Color

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

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


#63cbbe Background Color

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

This div background color is #63cbbe


#63cbbe Border Color

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

This div border color is #63cbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63cbbe


Comments

No comments written yet.

Please login to write comment.