Color Hex Logo

#63aabd Color Hex

#63AABD
(99,170,189)
0 Favorites   0 Comments

Color spaces of #63aabd

RGB 99170189
HSL0.540.410.56
HSV193°48°74°
CMYK 0.480.100.00   0.26
XYZ28.705635.076253.4016
Yxy35.07620.24500.2993
Hunter Lab59.2252-17.1276-12.0024
CIE-Lab65.8079-17.1563-16.6747

#63aabd color RGB value is (99,170,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10101010 10111101
Octal 143 252 275
Decimal 99 170 189
Hex 63 AA BD

RGB Percentages of Color #63aabd

%21.62
%37.12
%41.27

CMYK Percentages of Color #63aabd

%48
%10
%0
%26

Triadic Colors of #63aabd

#63aabd #bd63aa #aabd63

Analogous Colors of #63aabd

#63aabd #637dbd #63bda3

Monochromatic Colors of #63aabd

#63aabd

Complementary Color

#63aabd #bd7663

#63aabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63aabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#63aabd Color CSS Codes

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

#63aabd Text Font Color

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

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


#63aabd Background Color

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

This div background color is #63aabd


#63aabd Border Color

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

This div border color is #63aabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63aabd


Comments

No comments written yet.

Please login to write comment.