Color Hex Logo

#63fbcf Color Hex

#63FBCF
(99,251,207)
0 Favorites   0 Comments

Color spaces of #63fbcf

RGB 99251207
HSL0.450.950.69
HSV163°61°98°
CMYK 0.610.000.18   0.02
XYZ50.905376.152071.0473
Yxy76.15200.25700.3844
Hunter Lab87.2651-48.587612.8143
CIE-Lab89.9299-50.54559.1671

#63fbcf color RGB value is (99,251,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 11111011 11001111
Octal 143 373 317
Decimal 99 251 207
Hex 63 FB CF

RGB Percentages of Color #63fbcf

%17.77
%45.06
%37.16

CMYK Percentages of Color #63fbcf

%61
%0
%18
%2

Triadic Colors of #63fbcf

#63fbcf #cf63fb #fbcf63

Analogous Colors of #63fbcf

#63fbcf #63dbfb #63fb83

Monochromatic Colors of #63fbcf

#63fbcf

Complementary Color

#63fbcf #fb638f

#63fbcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63fbcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#63fbcf Color CSS Codes

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

#63fbcf Text Font Color

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

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


#63fbcf Background Color

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

This div background color is #63fbcf


#63fbcf Border Color

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

This div border color is #63fbcf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,251,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 #63fbcf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63fbcf


Comments

No comments written yet.

Please login to write comment.