Color Hex Logo

#63aabc Color Hex

#63AABC
(99,170,188)
0 Favorites   0 Comments

Color spaces of #63aabc

RGB 99170188
HSL0.530.400.56
HSV192°47°74°
CMYK 0.470.100.00   0.26
XYZ28.597435.032952.8317
Yxy35.03290.24560.3008
Hunter Lab59.1886-17.3365-11.4902
CIE-Lab65.7743-17.4332-16.1697

#63aabc color RGB value is (99,170,188).

#63aabc hex color red value is 99, green value is 170 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #63aabc hue: 0.53 , saturation: 0.40 and the lightness value of 63aabc is 0.56.

The process color (four color CMYK) of #63aabc color hex is 0.47, 0.10, 0.00, 0.26. Web safe color of #63aabc is #6699cc. Color #63aabc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10101010 10111100
Octal 143 252 274
Decimal 99 170 188
Hex 63 AA BC

RGB Percentages of Color #63aabc

%21.66
%37.20
%41.14

CMYK Percentages of Color #63aabc

%47
%10
%0
%26

Triadic Colors of #63aabc

#63aabc #bc63aa #aabc63

Analogous Colors of #63aabc

#63aabc #637ebc #63bca2

Monochromatic Colors of #63aabc

#63aabc

Complementary Color

#63aabc #bc7563

#63aabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63aabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#63aabc Color CSS Codes

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

#63aabc Text Font Color

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

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


#63aabc Background Color

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

This div background color is #63aabc


#63aabc Border Color

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

This div border color is #63aabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63aabc


Comments

No comments written yet.

Please login to write comment.