Color Hex Logo

#63dcbd Color Hex

#63DCBD
(99,220,189)
0 Favorites   0 Comments

Color spaces of #63dcbd

RGB 99220189
HSL0.460.630.63
HSV165°55°86°
CMYK 0.550.000.14   0.14
XYZ39.924157.513257.1410
Yxy57.51320.25830.3721
Hunter Lab75.8375-38.74558.4132
CIE-Lab80.4674-41.35045.0015

#63dcbd color RGB value is (99,220,189).

#63dcbd hex color red value is 99, green value is 220 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #63dcbd hue: 0.46 , saturation: 0.63 and the lightness value of 63dcbd is 0.63.

The process color (four color CMYK) of #63dcbd color hex is 0.55, 0.00, 0.14, 0.14. Web safe color of #63dcbd is #66cccc. Color #63dcbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 11011100 10111101
Octal 143 334 275
Decimal 99 220 189
Hex 63 DC BD

RGB Percentages of Color #63dcbd

%19.49
%43.31
%37.20

CMYK Percentages of Color #63dcbd

%55
%0
%14
%14

Triadic Colors of #63dcbd

#63dcbd #bd63dc #dcbd63

Analogous Colors of #63dcbd

#63dcbd #63bfdc #63dc81

Monochromatic Colors of #63dcbd

#63dcbd

Complementary Color

#63dcbd #dc6382

#63dcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63dcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#63dcbd Color CSS Codes

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

#63dcbd Text Font Color

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

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


#63dcbd Background Color

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

This div background color is #63dcbd


#63dcbd Border Color

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

This div border color is #63dcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63dcbd


Comments

No comments written yet.

Please login to write comment.