Color Hex Logo

#63acbb Color Hex

#63ACBB
(99,172,187)
0 Favorites   0 Comments

Color spaces of #63acbb

RGB 99172187
HSL0.530.390.56
HSV190°47°73°
CMYK 0.470.080.00   0.27
XYZ28.867835.745652.3918
Yxy35.74560.24670.3055
Hunter Lab59.7876-18.4416-10.1044
CIE-Lab66.3251-18.7547-14.7826

#63acbb color RGB value is (99,172,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10101100 10111011
Octal 143 254 273
Decimal 99 172 187
Hex 63 AC BB

RGB Percentages of Color #63acbb

%21.62
%37.55
%40.83

CMYK Percentages of Color #63acbb

%47
%8
%0
%27

Triadic Colors of #63acbb

#63acbb #bb63ac #acbb63

Analogous Colors of #63acbb

#63acbb #6380bb #63bb9e

Monochromatic Colors of #63acbb

#63acbb

Complementary Color

#63acbb #bb7263

#63acbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63acbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#63acbb Color CSS Codes

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

#63acbb Text Font Color

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

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


#63acbb Background Color

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

This div background color is #63acbb


#63acbb Border Color

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

This div border color is #63acbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63acbb


Comments

No comments written yet.

Please login to write comment.