Color Hex Logo

#63bffc Color Hex

#63BFFC
(99,191,252)
0 Favorites   0 Comments

Color spaces of #63bffc

RGB 99191252
HSL0.570.960.69
HSV204°61°99°
CMYK 0.610.240.00   0.01
XYZ41.347146.942598.9771
Yxy46.94250.22080.2507
Hunter Lab68.5146-12.1796-37.6909
CIE-Lab74.1530-9.7361-38.3048

#63bffc color RGB value is (99,191,252).

#63bffc hex color red value is 99, green value is 191 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #63bffc hue: 0.57 , saturation: 0.96 and the lightness value of 63bffc is 0.69.

The process color (four color CMYK) of #63bffc color hex is 0.61, 0.24, 0.00, 0.01. Web safe color of #63bffc is #66ccff. Color #63bffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10111111 11111100
Octal 143 277 374
Decimal 99 191 252
Hex 63 BF FC

RGB Percentages of Color #63bffc

%18.27
%35.24
%46.49

CMYK Percentages of Color #63bffc

%61
%24
%0
%1

Triadic Colors of #63bffc

#63bffc #fc63bf #bffc63

Analogous Colors of #63bffc

#63bffc #6373fc #63fced

Monochromatic Colors of #63bffc

#63bffc

Complementary Color

#63bffc #fca063

#63bffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63bffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#63bffc Color CSS Codes

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

#63bffc Text Font Color

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

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


#63bffc Background Color

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

This div background color is #63bffc


#63bffc Border Color

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

This div border color is #63bffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63bffc


Comments

No comments written yet.

Please login to write comment.