Color Hex Logo

#63c196 Color Hex

#63C196
(99,193,150)
0 Favorites   0 Comments

Color spaces of #63c196

RGB 99193150
HSL0.420.430.57
HSV153°49°76°
CMYK 0.490.000.22   0.24
XYZ29.720642.994635.5865
Yxy42.99460.27440.3970
Hunter Lab65.5703-33.840513.7211
CIE-Lab71.5513-38.004013.1857

#63c196 color RGB value is (99,193,150).

#63c196 hex color red value is 99, green value is 193 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #63c196 hue: 0.42 , saturation: 0.43 and the lightness value of 63c196 is 0.57.

The process color (four color CMYK) of #63c196 color hex is 0.49, 0.00, 0.22, 0.24. Web safe color of #63c196 is #66cc99. Color #63c196 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 11000001 10010110
Octal 143 301 226
Decimal 99 193 150
Hex 63 C1 96

RGB Percentages of Color #63c196

%22.40
%43.67
%33.94

CMYK Percentages of Color #63c196

%49
%0
%22
%24

Triadic Colors of #63c196

#63c196 #9663c1 #c19663

Analogous Colors of #63c196

#63c196 #63bdc1 #63c167

Monochromatic Colors of #63c196

#63c196

Complementary Color

#63c196 #c1638e

#63c196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63c196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#63c196 Color CSS Codes

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

#63c196 Text Font Color

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

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


#63c196 Background Color

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

This div background color is #63c196


#63c196 Border Color

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

This div border color is #63c196


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63c196


Comments

No comments written yet.

Please login to write comment.