Color Hex Logo

#63dbba Color Hex

#63DBBA
(99,219,186)
0 Favorites   0 Comments

Color spaces of #63dbba

RGB 99219186
HSL0.450.630.62
HSV164°55°86°
CMYK 0.550.000.15   0.14
XYZ39.340056.860955.3562
Yxy56.86090.25960.3752
Hunter Lab75.4062-38.83599.2591
CIE-Lab80.1013-41.60766.0677

#63dbba color RGB value is (99,219,186).

#63dbba hex color red value is 99, green value is 219 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #63dbba hue: 0.45 , saturation: 0.63 and the lightness value of 63dbba is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 11011011 10111010
Octal 143 333 272
Decimal 99 219 186
Hex 63 DB BA

RGB Percentages of Color #63dbba

%19.64
%43.45
%36.90

CMYK Percentages of Color #63dbba

%55
%0
%15
%14

Triadic Colors of #63dbba

#63dbba #ba63db #dbba63

Analogous Colors of #63dbba

#63dbba #63c0db #63db7e

Monochromatic Colors of #63dbba

#63dbba

Complementary Color

#63dbba #db6384

#63dbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63dbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#63dbba Color CSS Codes

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

#63dbba Text Font Color

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

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


#63dbba Background Color

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

This div background color is #63dbba


#63dbba Border Color

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

This div border color is #63dbba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,219,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 #63dbba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63dbba


Comments

No comments written yet.

Please login to write comment.