Color Hex Logo

#63abad Color Hex

#63ABAD
(99,171,173)
0 Favorites   0 Comments

Color spaces of #63abad

RGB 99171173
HSL0.500.310.53
HSV182°43°68°
CMYK 0.430.010.00   0.32
XYZ27.251334.795644.8151
Yxy34.79560.25500.3256
Hunter Lab58.9878-20.7649-3.7532
CIE-Lab65.5892-21.9772-8.0999

#63abad color RGB value is (99,171,173).

#63abad hex color red value is 99, green value is 171 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #63abad hue: 0.50 , saturation: 0.31 and the lightness value of 63abad is 0.53.

The process color (four color CMYK) of #63abad color hex is 0.43, 0.01, 0.00, 0.32. Web safe color of #63abad is #669999. Color #63abad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10101011 10101101
Octal 143 253 255
Decimal 99 171 173
Hex 63 AB AD

RGB Percentages of Color #63abad

%22.35
%38.60
%39.05

CMYK Percentages of Color #63abad

%43
%1
%0
%32

Triadic Colors of #63abad

#63abad #ad63ab #abad63

Analogous Colors of #63abad

#63abad #6386ad #63ad8a

Monochromatic Colors of #63abad

#63abad

Complementary Color

#63abad #ad6563

#63abad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63abad Color Preview on White Background

Lorem ipsum dolor sit amet.

#63abad Color CSS Codes

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

#63abad Text Font Color

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

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


#63abad Background Color

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

This div background color is #63abad


#63abad Border Color

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

This div border color is #63abad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63abad

#63abad Color Palettes


Comments

No comments written yet.

Please login to write comment.