Color Hex Logo

#63dedd Color Hex

#63DEDD
(99,222,221)
0 Favorites   0 Comments

Color spaces of #63dedd

RGB 99222221
HSL0.500.650.63
HSV180°55°87°
CMYK 0.550.000.00   0.13
XYZ44.318060.115777.6743
Yxy60.11570.24340.3301
Hunter Lab77.5343-33.6559-5.1230
CIE-Lab81.9010-34.2681-9.9097

#63dedd color RGB value is (99,222,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 11011110 11011101
Octal 143 336 335
Decimal 99 222 221
Hex 63 DE DD

RGB Percentages of Color #63dedd

%18.27
%40.96
%40.77

CMYK Percentages of Color #63dedd

%55
%0
%0
%13

Triadic Colors of #63dedd

#63dedd #dd63de #dedd63

Analogous Colors of #63dedd

#63dedd #63a2de #63dea0

Monochromatic Colors of #63dedd

#63dedd

Complementary Color

#63dedd #de6364

#63dedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63dedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#63dedd Color CSS Codes

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

#63dedd Text Font Color

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

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


#63dedd Background Color

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

This div background color is #63dedd


#63dedd Border Color

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

This div border color is #63dedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63dedd


Comments

No comments written yet.

Please login to write comment.