color codes Logo

#63dfcc color codes

#63DFCC
(99,223,204)
0 Favorites   0 Comments

Color spaces of #63dfcc

RGB 99223204
HSL0.470.660.63
HSV171°56°87°
CMYK 0.560.000.09   0.13
XYZ42.432359.787666.4305
Yxy59.78760.25160.3545
Hunter Lab77.3224-37.35873.1875
CIE-Lab81.7226-39.0779-1.1414

#63dfcc color RGB value is (99,223,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 11011111 11001100
Octal 143 337 314
Decimal 99 223 204
Hex 63 DF CC

RGB Percentages of Color #63dfcc

%18.82
%42.40
%38.78

CMYK Percentages of Color #63dfcc

%56
%0
%9
%13

Triadic Colors of #63dfcc

#63dfcc #cc63df #dfcc63

Analogous Colors of #63dfcc

#63dfcc #63b4df #63df8e

Monochromatic Colors of #63dfcc

#63dfcc

Complementary Color

#63dfcc #df6376

#63dfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63dfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#63dfcc Color CSS Codes

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

#63dfcc Text Font Color

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

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


#63dfcc Background Color

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

This div background color is #63dfcc


#63dfcc Border Color

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

This div border color is #63dfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63dfcc


Comments

No comments written yet.

Please login to write comment.