Color Hex Logo

#63cabc Color Hex

#63CABC
(99,202,188)
0 Favorites   0 Comments

Color spaces of #63cabc

RGB 99202188
HSL0.480.490.59
HSV172°51°79°
CMYK 0.510.000.07   0.21
XYZ35.343248.524555.0803
Yxy48.52450.25440.3492
Hunter Lab69.6595-31.33851.8806
CIE-Lab75.1545-33.3577-2.1955

#63cabc color RGB value is (99,202,188).

#63cabc hex color red value is 99, green value is 202 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #63cabc hue: 0.48 , saturation: 0.49 and the lightness value of 63cabc is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 11001010 10111100
Octal 143 312 274
Decimal 99 202 188
Hex 63 CA BC

RGB Percentages of Color #63cabc

%20.25
%41.31
%38.45

CMYK Percentages of Color #63cabc

%51
%0
%7
%21

Triadic Colors of #63cabc

#63cabc #bc63ca #cabc63

Analogous Colors of #63cabc

#63cabc #63a5ca #63ca89

Monochromatic Colors of #63cabc

#63cabc

Complementary Color

#63cabc #ca6371

#63cabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63cabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#63cabc Color CSS Codes

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

#63cabc Text Font Color

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

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


#63cabc Background Color

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

This div background color is #63cabc


#63cabc Border Color

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

This div border color is #63cabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63cabc


Comments

No comments written yet.

Please login to write comment.