Color Hex Logo

#63bd9c Color Hex

#63BD9C
(99,189,156)
0 Favorites   0 Comments

Color spaces of #63bd9c

RGB 99189156
HSL0.440.410.56
HSV158°48°74°
CMYK 0.480.000.17   0.26
XYZ29.343941.448137.9062
Yxy41.44810.27000.3813
Hunter Lab64.3802-31.306710.1570
CIE-Lab70.4887-34.86398.4231

#63bd9c color RGB value is (99,189,156).

#63bd9c hex color red value is 99, green value is 189 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #63bd9c hue: 0.44 , saturation: 0.41 and the lightness value of 63bd9c is 0.56.

The process color (four color CMYK) of #63bd9c color hex is 0.48, 0.00, 0.17, 0.26. Web safe color of #63bd9c is #66cc99. Color #63bd9c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10111101 10011100
Octal 143 275 234
Decimal 99 189 156
Hex 63 BD 9C

RGB Percentages of Color #63bd9c

%22.30
%42.57
%35.14

CMYK Percentages of Color #63bd9c

%48
%0
%17
%26

Triadic Colors of #63bd9c

#63bd9c #9c63bd #bd9c63

Analogous Colors of #63bd9c

#63bd9c #63b1bd #63bd6f

Monochromatic Colors of #63bd9c

#63bd9c

Complementary Color

#63bd9c #bd6384

#63bd9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63bd9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#63bd9c Color CSS Codes

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

#63bd9c Text Font Color

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

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


#63bd9c Background Color

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

This div background color is #63bd9c


#63bd9c Border Color

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

This div border color is #63bd9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63bd9c


Comments

No comments written yet.

Please login to write comment.