Color Hex Logo

#63dbdf Color Hex

#63DBDF
(99,219,223)
0 Favorites   0 Comments

Color spaces of #63dbdf

RGB 99219223
HSL0.510.660.63
HSV182°56°87°
CMYK 0.560.020.00   0.13
XYZ43.796458.643478.8230
Yxy58.64340.24160.3235
Hunter Lab76.5790-31.9270-7.4221
CIE-Lab81.0952-32.3217-12.1757

#63dbdf color RGB value is (99,219,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 11011011 11011111
Octal 143 333 337
Decimal 99 219 223
Hex 63 DB DF

RGB Percentages of Color #63dbdf

%18.30
%40.48
%41.22

CMYK Percentages of Color #63dbdf

%56
%2
%0
%13

Triadic Colors of #63dbdf

#63dbdf #df63db #dbdf63

Analogous Colors of #63dbdf

#63dbdf #639ddf #63dfa5

Monochromatic Colors of #63dbdf

#63dbdf

Complementary Color

#63dbdf #df6763

#63dbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63dbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#63dbdf Color CSS Codes

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

#63dbdf Text Font Color

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

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


#63dbdf Background Color

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

This div background color is #63dbdf


#63dbdf Border Color

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

This div border color is #63dbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63dbdf


Comments

No comments written yet.

Please login to write comment.