Color Hex Logo

#63dfaf Color Hex

#63DFAF
(99,223,175)
0 Favorites   0 Comments

Color spaces of #63dfaf

RGB 99223175
HSL0.440.660.63
HSV157°56°87°
CMYK 0.560.000.22   0.13
XYZ39.271158.523149.7837
Yxy58.52310.26610.3966
Hunter Lab76.5004-42.243614.9665
CIE-Lab81.0287-45.822913.2135

#63dfaf color RGB value is (99,223,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 11011111 10101111
Octal 143 337 257
Decimal 99 223 175
Hex 63 DF AF

RGB Percentages of Color #63dfaf

%19.92
%44.87
%35.21

CMYK Percentages of Color #63dfaf

%56
%0
%22
%13

Triadic Colors of #63dfaf

#63dfaf #af63df #dfaf63

Analogous Colors of #63dfaf

#63dfaf #63d1df #63df71

Monochromatic Colors of #63dfaf

#63dfaf

Complementary Color

#63dfaf #df6393

#63dfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63dfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#63dfaf Color CSS Codes

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

#63dfaf Text Font Color

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

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


#63dfaf Background Color

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

This div background color is #63dfaf


#63dfaf Border Color

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

This div border color is #63dfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63dfaf


Comments

No comments written yet.

Please login to write comment.