Color Hex Logo

#63bbde Color Hex

#63BBDE
(99,187,222)
0 Favorites   0 Comments

Color spaces of #63bbde

RGB 99187222
HSL0.550.650.63
HSV197°55°87°
CMYK 0.550.160.00   0.13
XYZ36.100743.467275.5945
Yxy43.46720.23270.2801
Hunter Lab65.9297-17.6368-21.8307
CIE-Lab71.8709-16.6535-25.5936

#63bbde color RGB value is (99,187,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10111011 11011110
Octal 143 273 336
Decimal 99 187 222
Hex 63 BB DE

RGB Percentages of Color #63bbde

%19.49
%36.81
%43.70

CMYK Percentages of Color #63bbde

%55
%16
%0
%13

Triadic Colors of #63bbde

#63bbde #de63bb #bbde63

Analogous Colors of #63bbde

#63bbde #637ede #63dec4

Monochromatic Colors of #63bbde

#63bbde

Complementary Color

#63bbde #de8663

#63bbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63bbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#63bbde Color CSS Codes

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

#63bbde Text Font Color

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

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


#63bbde Background Color

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

This div background color is #63bbde


#63bbde Border Color

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

This div border color is #63bbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63bbde


Comments

No comments written yet.

Please login to write comment.