Color Hex Logo

#63bddf Color Hex

#63BDDF
(99,189,223)
0 Favorites   0 Comments

Color spaces of #63bddf

RGB 99189223
HSL0.550.660.63
HSV196°56°87°
CMYK 0.560.150.00   0.13
XYZ36.662544.375676.4451
Yxy44.37560.23280.2818
Hunter Lab66.6150-18.3363-21.4087
CIE-Lab72.4788-17.4052-25.2072

#63bddf color RGB value is (99,189,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10111101 11011111
Octal 143 275 337
Decimal 99 189 223
Hex 63 BD DF

RGB Percentages of Color #63bddf

%19.37
%36.99
%43.64

CMYK Percentages of Color #63bddf

%56
%15
%0
%13

Triadic Colors of #63bddf

#63bddf #df63bd #bddf63

Analogous Colors of #63bddf

#63bddf #637fdf #63dfc3

Monochromatic Colors of #63bddf

#63bddf

Complementary Color

#63bddf #df8563

#63bddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63bddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#63bddf Color CSS Codes

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

#63bddf Text Font Color

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

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


#63bddf Background Color

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

This div background color is #63bddf


#63bddf Border Color

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

This div border color is #63bddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63bddf


Comments

No comments written yet.

Please login to write comment.