Color Hex Logo

#63cffe Color Hex

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

Color spaces of #63cffe

RGB 99207254
HSL0.550.990.69
HSV198°61°100°
CMYK 0.610.190.00   0.00
XYZ45.347854.4341101.8827
Yxy54.43410.22490.2699
Hunter Lab73.7795-19.4009-30.2284
CIE-Lab78.7142-17.5515-32.3183

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

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

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

Base Numbers

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

RGB Percentages of Color #63cffe

%17.68
%36.96
%45.36

CMYK Percentages of Color #63cffe

%61
%19
%0
%0

Triadic Colors of #63cffe

#63cffe #fe63cf #cffe63

Analogous Colors of #63cffe

#63cffe #6382fe #63fee0

Monochromatic Colors of #63cffe

#63cffe

Complementary Color

#63cffe #fe9263

#63cffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63cffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#63cffe Color CSS Codes

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

#63cffe Text Font Color

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

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


#63cffe Background Color

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

This div background color is #63cffe


#63cffe Border Color

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

This div border color is #63cffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63cffe

Related Colors


Comments

No comments written yet.

Please login to write comment.