Color Hex Logo

#63cbde Color Hex

#63CBDE
(99,203,222)
0 Favorites   0 Comments

Color spaces of #63cbde

RGB 99203222
HSL0.530.650.63
HSV189°55°87°
CMYK 0.550.090.00   0.13
XYZ39.686350.638476.7897
Yxy50.63840.23750.3030
Hunter Lab71.1607-24.9817-14.1676
CIE-Lab76.4595-24.8198-18.6108

#63cbde color RGB value is (99,203,222).

#63cbde hex color red value is 99, green value is 203 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #63cbde hue: 0.53 , saturation: 0.65 and the lightness value of 63cbde is 0.63.

The process color (four color CMYK) of #63cbde color hex is 0.55, 0.09, 0.00, 0.13. Web safe color of #63cbde is #66cccc. Color #63cbde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 11001011 11011110
Octal 143 313 336
Decimal 99 203 222
Hex 63 CB DE

RGB Percentages of Color #63cbde

%18.89
%38.74
%42.37

CMYK Percentages of Color #63cbde

%55
%9
%0
%13

Triadic Colors of #63cbde

#63cbde #de63cb #cbde63

Analogous Colors of #63cbde

#63cbde #638ede #63deb4

Monochromatic Colors of #63cbde

#63cbde

Complementary Color

#63cbde #de7663

#63cbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63cbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#63cbde Color CSS Codes

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

#63cbde Text Font Color

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

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


#63cbde Background Color

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

This div background color is #63cbde


#63cbde Border Color

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

This div border color is #63cbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63cbde


Comments

No comments written yet.

Please login to write comment.