Color Hex Logo

#63bdee Color Hex

#63BDEE
(99,189,238)
0 Favorites   0 Comments

Color spaces of #63bdee

RGB 99189238
HSL0.560.800.66
HSV201°58°93°
CMYK 0.580.210.00   0.07
XYZ38.775845.220987.5737
Yxy45.22090.22600.2636
Hunter Lab67.2465-14.7543-30.1396
CIE-Lab73.0371-12.9484-32.4827

#63bdee color RGB value is (99,189,238).

#63bdee hex color red value is 99, green value is 189 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #63bdee hue: 0.56 , saturation: 0.80 and the lightness value of 63bdee is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10111101 11101110
Octal 143 275 356
Decimal 99 189 238
Hex 63 BD EE

RGB Percentages of Color #63bdee

%18.82
%35.93
%45.25

CMYK Percentages of Color #63bdee

%58
%21
%0
%7

Triadic Colors of #63bdee

#63bdee #ee63bd #bdee63

Analogous Colors of #63bdee

#63bdee #6378ee #63eeda

Monochromatic Colors of #63bdee

#63bdee

Complementary Color

#63bdee #ee9463

#63bdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63bdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#63bdee Color CSS Codes

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

#63bdee Text Font Color

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

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


#63bdee Background Color

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

This div background color is #63bdee


#63bdee Border Color

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

This div border color is #63bdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63bdee


Comments

No comments written yet.

Please login to write comment.