Color Hex Logo

#63cdaf Color Hex

#63CDAF
(99,205,175)
0 Favorites   0 Comments

Color spaces of #63cdaf

RGB 99205175
HSL0.450.510.60
HSV163°52°80°
CMYK 0.520.000.15   0.20
XYZ34.714849.410448.2649
Yxy49.41040.26220.3732
Hunter Lab70.2925-34.85768.4945
CIE-Lab75.7059-37.87805.6193

#63cdaf color RGB value is (99,205,175).

#63cdaf hex color red value is 99, green value is 205 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #63cdaf hue: 0.45 , saturation: 0.51 and the lightness value of 63cdaf is 0.60.

The process color (four color CMYK) of #63cdaf color hex is 0.52, 0.00, 0.15, 0.20. Web safe color of #63cdaf is #66cc99. Color #63cdaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 11001101 10101111
Octal 143 315 257
Decimal 99 205 175
Hex 63 CD AF

RGB Percentages of Color #63cdaf

%20.67
%42.80
%36.53

CMYK Percentages of Color #63cdaf

%52
%0
%15
%20

Triadic Colors of #63cdaf

#63cdaf #af63cd #cdaf63

Analogous Colors of #63cdaf

#63cdaf #63b6cd #63cd7a

Monochromatic Colors of #63cdaf

#63cdaf

Complementary Color

#63cdaf #cd6381

#63cdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63cdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#63cdaf Color CSS Codes

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

#63cdaf Text Font Color

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

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


#63cdaf Background Color

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

This div background color is #63cdaf


#63cdaf Border Color

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

This div border color is #63cdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63cdaf


Comments

No comments written yet.

Please login to write comment.