Color Hex Logo

#63adbd Color Hex

#63ADBD
(99,173,189)
0 Favorites   0 Comments

Color spaces of #63adbd

RGB 99173189
HSL0.530.410.56
HSV191°48°74°
CMYK 0.480.080.00   0.26
XYZ29.274536.213953.5912
Yxy36.21390.24580.3041
Hunter Lab60.1780-18.4774-10.6758
CIE-Lab66.6830-18.7266-15.3524

#63adbd color RGB value is (99,173,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10101101 10111101
Octal 143 255 275
Decimal 99 173 189
Hex 63 AD BD

RGB Percentages of Color #63adbd

%21.48
%37.53
%41.00

CMYK Percentages of Color #63adbd

%48
%8
%0
%26

Triadic Colors of #63adbd

#63adbd #bd63ad #adbd63

Analogous Colors of #63adbd

#63adbd #6380bd #63bda0

Monochromatic Colors of #63adbd

#63adbd

Complementary Color

#63adbd #bd7363

#63adbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63adbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#63adbd Color CSS Codes

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

#63adbd Text Font Color

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

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


#63adbd Background Color

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

This div background color is #63adbd


#63adbd Border Color

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

This div border color is #63adbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,173,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 #63adbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63adbd


Comments

No comments written yet.

Please login to write comment.