Color Hex Logo

#63fecf Color Hex

#63FECF
(99,254,207)
0 Favorites   0 Comments

Color spaces of #63fecf

RGB 99254207
HSL0.450.990.69
HSV162°61°100°
CMYK 0.610.000.19   0.00
XYZ51.849978.041371.3622
Yxy78.04130.25760.3878
Hunter Lab88.3410-49.829913.9440
CIE-Lab90.7987-51.794510.4093

#63fecf color RGB value is (99,254,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 11111110 11001111
Octal 143 376 317
Decimal 99 254 207
Hex 63 FE CF

RGB Percentages of Color #63fecf

%17.68
%45.36
%36.96

CMYK Percentages of Color #63fecf

%61
%0
%19
%0

Triadic Colors of #63fecf

#63fecf #cf63fe #fecf63

Analogous Colors of #63fecf

#63fecf #63e0fe #63fe82

Monochromatic Colors of #63fecf

#63fecf

Complementary Color

#63fecf #fe6392

#63fecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63fecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#63fecf Color CSS Codes

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

#63fecf Text Font Color

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

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


#63fecf Background Color

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

This div background color is #63fecf


#63fecf Border Color

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

This div border color is #63fecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63fecf


Comments

No comments written yet.

Please login to write comment.