Color Hex Logo

#63afbd Color Hex

#63AFBD
(99,175,189)
0 Favorites   0 Comments

Color spaces of #63afbd

RGB 99175189
HSL0.530.410.56
HSV189°48°74°
CMYK 0.480.070.00   0.26
XYZ29.660936.986753.7200
Yxy36.98670.24640.3073
Hunter Lab60.8167-19.3730-9.7998
CIE-Lab67.2671-19.7648-14.4719

#63afbd color RGB value is (99,175,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10101111 10111101
Octal 143 257 275
Decimal 99 175 189
Hex 63 AF BD

RGB Percentages of Color #63afbd

%21.38
%37.80
%40.82

CMYK Percentages of Color #63afbd

%48
%7
%0
%26

Triadic Colors of #63afbd

#63afbd #bd63af #afbd63

Analogous Colors of #63afbd

#63afbd #6382bd #63bd9e

Monochromatic Colors of #63afbd

#63afbd

Complementary Color

#63afbd #bd7163

#63afbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63afbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#63afbd Color CSS Codes

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

#63afbd Text Font Color

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

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


#63afbd Background Color

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

This div background color is #63afbd


#63afbd Border Color

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

This div border color is #63afbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63afbd


Comments

No comments written yet.

Please login to write comment.