Color Hex Logo

#63efff Color Hex

#63EFFF
(99,239,255)
0 Favorites   0 Comments

Color spaces of #63efff

RGB 99239255
HSL0.521.000.69
HSV186°61°100°
CMYK 0.610.060.00   0.00
XYZ54.062171.6057105.5796
Yxy71.60570.23380.3096
Hunter Lab84.6202-34.0452-14.7414
CIE-Lab87.7785-33.0464-19.0282

#63efff color RGB value is (99,239,255).

#63efff hex color red value is 99, green value is 239 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #63efff hue: 0.52 , saturation: 1.00 and the lightness value of 63efff is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 11101111 11111111
Octal 143 357 377
Decimal 99 239 255
Hex 63 EF FF

RGB Percentages of Color #63efff

%16.69
%40.30
%43.00

CMYK Percentages of Color #63efff

%61
%6
%0
%0

Triadic Colors of #63efff

#63efff #ff63ef #efff63

Analogous Colors of #63efff

#63efff #63a1ff #63ffc1

Monochromatic Colors of #63efff

#63efff

Complementary Color

#63efff #ff7363

#63efff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63efff Color Preview on White Background

Lorem ipsum dolor sit amet.

#63efff Color CSS Codes

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

#63efff Text Font Color

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

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


#63efff Background Color

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

This div background color is #63efff


#63efff Border Color

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

This div border color is #63efff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63efff

Related Colors

#63efff Color Palettes


Comments

No comments written yet.

Please login to write comment.