Color Hex Logo

#63dada Color Hex

#63DADA
(99,218,218)
0 Favorites   0 Comments

Color spaces of #63dada

RGB 99218218
HSL0.500.620.62
HSV180°55°85°
CMYK 0.550.000.00   0.15
XYZ42.871957.857475.2377
Yxy57.85740.24360.3288
Hunter Lab76.0641-32.5043-5.4010
CIE-Lab80.6594-33.1802-10.1619

#63dada color RGB value is (99,218,218).

#63dada hex color red value is 99, green value is 218 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #63dada hue: 0.50 , saturation: 0.62 and the lightness value of 63dada is 0.62.

The process color (four color CMYK) of #63dada color hex is 0.55, 0.00, 0.00, 0.15. Web safe color of #63dada is #66cccc. Color #63dada contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 11011010 11011010
Octal 143 332 332
Decimal 99 218 218
Hex 63 DA DA

RGB Percentages of Color #63dada

%18.50
%40.75
%40.75

CMYK Percentages of Color #63dada

%55
%0
%0
%15

Triadic Colors of #63dada

#63dada #da63da #dada63

Analogous Colors of #63dada

#63dada #639fda #63da9f

Monochromatic Colors of #63dada

#63dada

Complementary Color

#63dada #da6363

#63dada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63dada Color Preview on White Background

Lorem ipsum dolor sit amet.

#63dada Color CSS Codes

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

#63dada Text Font Color

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

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


#63dada Background Color

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

This div background color is #63dada


#63dada Border Color

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

This div border color is #63dada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63dada


Comments

No comments written yet.

Please login to write comment.