Color Hex Logo

#63bfec Color Hex

#63BFEC
(99,191,236)
0 Favorites   0 Comments

Color spaces of #63bfec

RGB 99191236
HSL0.550.780.66
HSV200°58°93°
CMYK 0.580.190.00   0.07
XYZ38.916745.970486.1789
Yxy45.97040.22750.2687
Hunter Lab67.8015-16.1971-27.8994
CIE-Lab73.5263-14.6085-30.6465

#63bfec color RGB value is (99,191,236).

#63bfec hex color red value is 99, green value is 191 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #63bfec hue: 0.55 , saturation: 0.78 and the lightness value of 63bfec is 0.66.

The process color (four color CMYK) of #63bfec color hex is 0.58, 0.19, 0.00, 0.07. Web safe color of #63bfec is #66ccff. Color #63bfec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10111111 11101100
Octal 143 277 354
Decimal 99 191 236
Hex 63 BF EC

RGB Percentages of Color #63bfec

%18.82
%36.31
%44.87

CMYK Percentages of Color #63bfec

%58
%19
%0
%7

Triadic Colors of #63bfec

#63bfec #ec63bf #bfec63

Analogous Colors of #63bfec

#63bfec #637bec #63ecd5

Monochromatic Colors of #63bfec

#63bfec

Complementary Color

#63bfec #ec9063

#63bfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63bfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#63bfec Color CSS Codes

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

#63bfec Text Font Color

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

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


#63bfec Background Color

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

This div background color is #63bfec


#63bfec Border Color

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

This div border color is #63bfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63bfec


Comments

No comments written yet.

Please login to write comment.