Color Hex Logo

#63dfde Color Hex

#63DFDE
(99,223,222)
0 Favorites   0 Comments

Color spaces of #63dfde

RGB 99223222
HSL0.500.660.63
HSV180°56°87°
CMYK 0.560.000.00   0.13
XYZ44.718160.701978.4670
Yxy60.70190.24320.3301
Hunter Lab77.9114-33.8930-5.1748
CIE-Lab82.2182-34.4720-9.9687

#63dfde color RGB value is (99,223,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 11011111 11011110
Octal 143 337 336
Decimal 99 223 222
Hex 63 DF DE

RGB Percentages of Color #63dfde

%18.20
%40.99
%40.81

CMYK Percentages of Color #63dfde

%56
%0
%0
%13

Triadic Colors of #63dfde

#63dfde #de63df #dfde63

Analogous Colors of #63dfde

#63dfde #63a2df #63dfa0

Monochromatic Colors of #63dfde

#63dfde

Complementary Color

#63dfde #df6364

#63dfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63dfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#63dfde Color CSS Codes

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

#63dfde Text Font Color

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

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


#63dfde Background Color

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

This div background color is #63dfde


#63dfde Border Color

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

This div border color is #63dfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63dfde


Comments

No comments written yet.

Please login to write comment.