Color Hex Logo

#63beda Color Hex

#63BEDA
(99,190,218)
0 Favorites   0 Comments

Color spaces of #63beda

RGB 99190218
HSL0.540.620.62
HSV194°55°85°
CMYK 0.550.130.00   0.15
XYZ36.213944.541573.0184
Yxy44.54150.23550.2897
Hunter Lab66.7394-19.9370-18.1505
CIE-Lab72.5890-19.3704-22.3206

#63beda color RGB value is (99,190,218).

#63beda hex color red value is 99, green value is 190 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #63beda hue: 0.54 , saturation: 0.62 and the lightness value of 63beda is 0.62.

The process color (four color CMYK) of #63beda color hex is 0.55, 0.13, 0.00, 0.15. Web safe color of #63beda is #66cccc. Color #63beda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10111110 11011010
Octal 143 276 332
Decimal 99 190 218
Hex 63 BE DA

RGB Percentages of Color #63beda

%19.53
%37.48
%43.00

CMYK Percentages of Color #63beda

%55
%13
%0
%15

Triadic Colors of #63beda

#63beda #da63be #beda63

Analogous Colors of #63beda

#63beda #6383da #63dabb

Monochromatic Colors of #63beda

#63beda

Complementary Color

#63beda #da7f63

#63beda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63beda Color Preview on White Background

Lorem ipsum dolor sit amet.

#63beda Color CSS Codes

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

#63beda Text Font Color

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

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


#63beda Background Color

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

This div background color is #63beda


#63beda Border Color

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

This div border color is #63beda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63beda


Comments

No comments written yet.

Please login to write comment.