Color Hex Logo

#63cefa Color Hex

#63CEFA
(99,206,250)
0 Favorites   0 Comments

Color spaces of #63cefa

RGB 99206250
HSL0.550.940.68
HSV197°60°98°
CMYK 0.600.180.00   0.02
XYZ44.472253.697498.4632
Yxy53.69740.22620.2731
Hunter Lab73.2785-19.9070-28.3721
CIE-Lab78.2850-18.2324-30.8448

#63cefa color RGB value is (99,206,250).

#63cefa hex color red value is 99, green value is 206 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #63cefa hue: 0.55 , saturation: 0.94 and the lightness value of 63cefa is 0.68.

The process color (four color CMYK) of #63cefa color hex is 0.60, 0.18, 0.00, 0.02. Web safe color of #63cefa is #66ccff. Color #63cefa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 11001110 11111010
Octal 143 316 372
Decimal 99 206 250
Hex 63 CE FA

RGB Percentages of Color #63cefa

%17.84
%37.12
%45.05

CMYK Percentages of Color #63cefa

%60
%18
%0
%2

Triadic Colors of #63cefa

#63cefa #fa63ce #cefa63

Analogous Colors of #63cefa

#63cefa #6383fa #63fadb

Monochromatic Colors of #63cefa

#63cefa

Complementary Color

#63cefa #fa8f63

#63cefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63cefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#63cefa Color CSS Codes

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

#63cefa Text Font Color

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

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


#63cefa Background Color

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

This div background color is #63cefa


#63cefa Border Color

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

This div border color is #63cefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63cefa

Related Colors


Comments

No comments written yet.

Please login to write comment.