Color Hex Logo

#63bddd Color Hex

#63BDDD
(99,189,221)
0 Favorites   0 Comments

Color spaces of #63bddd

RGB 99189221
HSL0.540.640.63
HSV196°55°87°
CMYK 0.550.140.00   0.13
XYZ36.394344.268375.0331
Yxy44.26830.23380.2843
Hunter Lab66.5344-18.7958-20.2892
CIE-Lab72.4075-17.9872-24.2290

#63bddd color RGB value is (99,189,221).

#63bddd hex color red value is 99, green value is 189 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #63bddd hue: 0.54 , saturation: 0.64 and the lightness value of 63bddd is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10111101 11011101
Octal 143 275 335
Decimal 99 189 221
Hex 63 BD DD

RGB Percentages of Color #63bddd

%19.45
%37.13
%43.42

CMYK Percentages of Color #63bddd

%55
%14
%0
%13

Triadic Colors of #63bddd

#63bddd #dd63bd #bddd63

Analogous Colors of #63bddd

#63bddd #6380dd #63ddc0

Monochromatic Colors of #63bddd

#63bddd

Complementary Color

#63bddd #dd8363

#63bddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63bddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#63bddd Color CSS Codes

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

#63bddd Text Font Color

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

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


#63bddd Background Color

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

This div background color is #63bddd


#63bddd Border Color

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

This div border color is #63bddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63bddd


Comments

No comments written yet.

Please login to write comment.