Color Hex Logo

#63cbaf Color Hex

#63CBAF
(99,203,175)
0 Favorites   0 Comments

Color spaces of #63cbaf

RGB 99203175
HSL0.460.500.59
HSV164°51°80°
CMYK 0.510.000.14   0.20
XYZ34.239448.459748.1065
Yxy48.45970.26180.3705
Hunter Lab69.6130-34.02697.7564
CIE-Lab75.1140-36.96544.7657

#63cbaf color RGB value is (99,203,175).

#63cbaf hex color red value is 99, green value is 203 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #63cbaf hue: 0.46 , saturation: 0.50 and the lightness value of 63cbaf is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 11001011 10101111
Octal 143 313 257
Decimal 99 203 175
Hex 63 CB AF

RGB Percentages of Color #63cbaf

%20.75
%42.56
%36.69

CMYK Percentages of Color #63cbaf

%51
%0
%14
%20

Triadic Colors of #63cbaf

#63cbaf #af63cb #cbaf63

Analogous Colors of #63cbaf

#63cbaf #63b3cb #63cb7b

Monochromatic Colors of #63cbaf

#63cbaf

Complementary Color

#63cbaf #cb637f

#63cbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63cbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#63cbaf Color CSS Codes

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

#63cbaf Text Font Color

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

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


#63cbaf Background Color

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

This div background color is #63cbaf


#63cbaf Border Color

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

This div border color is #63cbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63cbaf


Comments

No comments written yet.

Please login to write comment.