Color Hex Logo

#63afab Color Hex

#63AFAB
(99,175,171)
0 Favorites   0 Comments

Color spaces of #63afab

RGB 99175171
HSL0.490.320.54
HSV177°43°69°
CMYK 0.430.000.02   0.31
XYZ27.826236.252944.0590
Yxy36.25290.25730.3352
Hunter Lab60.2104-22.8745-1.2382
CIE-Lab66.7127-24.5174-5.3214

#63afab color RGB value is (99,175,171).

#63afab hex color red value is 99, green value is 175 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #63afab hue: 0.49 , saturation: 0.32 and the lightness value of 63afab is 0.54.

The process color (four color CMYK) of #63afab color hex is 0.43, 0.00, 0.02, 0.31. Web safe color of #63afab is #669999. Color #63afab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10101111 10101011
Octal 143 257 253
Decimal 99 175 171
Hex 63 AF AB

RGB Percentages of Color #63afab

%22.25
%39.33
%38.43

CMYK Percentages of Color #63afab

%43
%0
%2
%31

Triadic Colors of #63afab

#63afab #ab63af #afab63

Analogous Colors of #63afab

#63afab #638daf #63af85

Monochromatic Colors of #63afab

#63afab

Complementary Color

#63afab #af6367

#63afab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63afab Color Preview on White Background

Lorem ipsum dolor sit amet.

#63afab Color CSS Codes

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

#63afab Text Font Color

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

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


#63afab Background Color

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

This div background color is #63afab


#63afab Border Color

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

This div border color is #63afab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63afab


Comments

No comments written yet.

Please login to write comment.