Color Hex Logo

#63ddcd Color Hex

#63DDCD
(99,221,205)
0 Favorites   0 Comments

Color spaces of #63ddcd

RGB 99221205
HSL0.480.640.63
HSV172°55°87°
CMYK 0.550.000.07   0.13
XYZ42.021558.773366.8872
Yxy58.77330.25060.3505
Hunter Lab76.6637-36.32081.9356
CIE-Lab81.1668-37.9195-2.4875

#63ddcd color RGB value is (99,221,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 11011101 11001101
Octal 143 335 315
Decimal 99 221 205
Hex 63 DD CD

RGB Percentages of Color #63ddcd

%18.86
%42.10
%39.05

CMYK Percentages of Color #63ddcd

%55
%0
%7
%13

Triadic Colors of #63ddcd

#63ddcd #cd63dd #ddcd63

Analogous Colors of #63ddcd

#63ddcd #63b0dd #63dd90

Monochromatic Colors of #63ddcd

#63ddcd

Complementary Color

#63ddcd #dd6373

#63ddcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63ddcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#63ddcd Color CSS Codes

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

#63ddcd Text Font Color

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

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


#63ddcd Background Color

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

This div background color is #63ddcd


#63ddcd Border Color

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

This div border color is #63ddcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63ddcd


Comments

No comments written yet.

Please login to write comment.