Color Hex Logo

#63eafa Color Hex

#63EAFA
(99,234,250)
0 Favorites   0 Comments

Color spaces of #63eafa

RGB 99234250
HSL0.520.940.68
HSV186°60°98°
CMYK 0.600.060.00   0.02
XYZ51.823768.4004100.9137
Yxy68.40040.23440.3093
Hunter Lab82.7045-32.8826-14.4508
CIE-Lab86.2063-32.0681-18.7787

#63eafa color RGB value is (99,234,250).

#63eafa hex color red value is 99, green value is 234 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #63eafa hue: 0.52 , saturation: 0.94 and the lightness value of 63eafa is 0.68.

The process color (four color CMYK) of #63eafa color hex is 0.60, 0.06, 0.00, 0.02. Web safe color of #63eafa is #66ffff. Color #63eafa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 11101010 11111010
Octal 143 352 372
Decimal 99 234 250
Hex 63 EA FA

RGB Percentages of Color #63eafa

%16.98
%40.14
%42.88

CMYK Percentages of Color #63eafa

%60
%6
%0
%2

Triadic Colors of #63eafa

#63eafa #fa63ea #eafa63

Analogous Colors of #63eafa

#63eafa #639ffa #63fabf

Monochromatic Colors of #63eafa

#63eafa

Complementary Color

#63eafa #fa7363

#63eafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63eafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#63eafa Color CSS Codes

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

#63eafa Text Font Color

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

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


#63eafa Background Color

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

This div background color is #63eafa


#63eafa Border Color

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

This div border color is #63eafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63eafa

Related Colors


Comments

No comments written yet.

Please login to write comment.