Color Hex Logo

#63befc Color Hex

#63BEFC
(99,190,252)
0 Favorites   0 Comments

Color spaces of #63befc

RGB 99190252
HSL0.570.960.69
HSV204°61°99°
CMYK 0.610.250.00   0.01
XYZ41.129746.507898.9046
Yxy46.50780.22050.2493
Hunter Lab68.1966-11.6899-38.2498
CIE-Lab73.8738-9.1981-38.7388

#63befc color RGB value is (99,190,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10111110 11111100
Octal 143 276 374
Decimal 99 190 252
Hex 63 BE FC

RGB Percentages of Color #63befc

%18.30
%35.12
%46.58

CMYK Percentages of Color #63befc

%61
%25
%0
%1

Triadic Colors of #63befc

#63befc #fc63be #befc63

Analogous Colors of #63befc

#63befc #6372fc #63fcee

Monochromatic Colors of #63befc

#63befc

Complementary Color

#63befc #fca163

#63befc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63befc Color Preview on White Background

Lorem ipsum dolor sit amet.

#63befc Color CSS Codes

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

#63befc Text Font Color

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

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


#63befc Background Color

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

This div background color is #63befc


#63befc Border Color

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

This div border color is #63befc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63befc

Related Colors


Comments

No comments written yet.

Please login to write comment.