Color Hex Logo

#63fedd Color Hex

#63FEDD
(99,254,221)
0 Favorites   0 Comments

Color spaces of #63fedd

RGB 99254221
HSL0.460.990.69
HSV167°61°100°
CMYK 0.610.000.13   0.00
XYZ53.638578.756780.7811
Yxy78.75670.25160.3694
Hunter Lab88.7450-47.41628.1521
CIE-Lab91.1241-48.55223.6406

#63fedd color RGB value is (99,254,221).

#63fedd hex color red value is 99, green value is 254 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #63fedd hue: 0.46 , saturation: 0.99 and the lightness value of 63fedd is 0.69.

The process color (four color CMYK) of #63fedd color hex is 0.61, 0.00, 0.13, 0.00. Web safe color of #63fedd is #66ffcc. Color #63fedd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 11111110 11011101
Octal 143 376 335
Decimal 99 254 221
Hex 63 FE DD

RGB Percentages of Color #63fedd

%17.25
%44.25
%38.50

CMYK Percentages of Color #63fedd

%61
%0
%13
%0

Triadic Colors of #63fedd

#63fedd #dd63fe #fedd63

Analogous Colors of #63fedd

#63fedd #63d2fe #63fe90

Monochromatic Colors of #63fedd

#63fedd

Complementary Color

#63fedd #fe6384

#63fedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63fedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#63fedd Color CSS Codes

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

#63fedd Text Font Color

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

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


#63fedd Background Color

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

This div background color is #63fedd


#63fedd Border Color

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

This div border color is #63fedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63fedd

Related Colors


Comments

No comments written yet.

Please login to write comment.