Color Hex Logo

#63dfbf Color Hex

#63DFBF
(99,223,191)
0 Favorites   0 Comments

Color spaces of #63dfbf

RGB 99223191
HSL0.460.660.63
HSV165°56°87°
CMYK 0.560.000.14   0.13
XYZ40.937259.189658.5573
Yxy59.18960.25800.3730
Hunter Lab76.9348-39.65558.7270
CIE-Lab81.3957-42.21095.2800

#63dfbf color RGB value is (99,223,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 11011111 10111111
Octal 143 337 277
Decimal 99 223 191
Hex 63 DF BF

RGB Percentages of Color #63dfbf

%19.30
%43.47
%37.23

CMYK Percentages of Color #63dfbf

%56
%0
%14
%13

Triadic Colors of #63dfbf

#63dfbf #bf63df #dfbf63

Analogous Colors of #63dfbf

#63dfbf #63c1df #63df81

Monochromatic Colors of #63dfbf

#63dfbf

Complementary Color

#63dfbf #df6383

#63dfbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63dfbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#63dfbf Color CSS Codes

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

#63dfbf Text Font Color

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

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


#63dfbf Background Color

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

This div background color is #63dfbf


#63dfbf Border Color

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

This div border color is #63dfbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63dfbf


Comments

No comments written yet.

Please login to write comment.