Color Hex Logo

#63bacb Color Hex

#63BACB
(99,186,203)
0 Favorites   0 Comments

Color spaces of #63bacb

RGB 99186203
HSL0.530.500.59
HSV190°51°80°
CMYK 0.510.080.00   0.20
XYZ33.484042.082362.8578
Yxy42.08230.24190.3040
Hunter Lab64.8709-21.3888-12.0405
CIE-Lab70.9276-21.5567-16.6563

#63bacb color RGB value is (99,186,203).

#63bacb hex color red value is 99, green value is 186 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #63bacb hue: 0.53 , saturation: 0.50 and the lightness value of 63bacb is 0.59.

The process color (four color CMYK) of #63bacb color hex is 0.51, 0.08, 0.00, 0.20. Web safe color of #63bacb is #66cccc. Color #63bacb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10111010 11001011
Octal 143 272 313
Decimal 99 186 203
Hex 63 BA CB

RGB Percentages of Color #63bacb

%20.29
%38.11
%41.60

CMYK Percentages of Color #63bacb

%51
%8
%0
%20

Triadic Colors of #63bacb

#63bacb #cb63ba #bacb63

Analogous Colors of #63bacb

#63bacb #6386cb #63cba8

Monochromatic Colors of #63bacb

#63bacb

Complementary Color

#63bacb #cb7463

#63bacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63bacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#63bacb Color CSS Codes

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

#63bacb Text Font Color

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

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


#63bacb Background Color

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

This div background color is #63bacb


#63bacb Border Color

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

This div border color is #63bacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63bacb


Comments

No comments written yet.

Please login to write comment.