Color Hex Logo

#63cace Color Hex

#63CACE
(99,202,206)
0 Favorites   0 Comments

Color spaces of #63cace

RGB 99202206
HSL0.510.520.60
HSV182°52°81°
CMYK 0.520.020.00   0.19
XYZ37.406749.349965.9465
Yxy49.34990.24500.3232
Hunter Lab70.2495-27.8883-6.4837
CIE-Lab75.6685-28.7075-11.1665

#63cace color RGB value is (99,202,206).

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

The process color (four color CMYK) of #63cace color hex is 0.52, 0.02, 0.00, 0.19. Web safe color of #63cace is #66cccc. Color #63cace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 11001010 11001110
Octal 143 312 316
Decimal 99 202 206
Hex 63 CA CE

RGB Percentages of Color #63cace

%19.53
%39.84
%40.63

CMYK Percentages of Color #63cace

%52
%2
%0
%19

Triadic Colors of #63cace

#63cace #ce63ca #cace63

Analogous Colors of #63cace

#63cace #6395ce #63ce9d

Monochromatic Colors of #63cace

#63cace

Complementary Color

#63cace #ce6763

#63cace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63cace Color Preview on White Background

Lorem ipsum dolor sit amet.

#63cace Color CSS Codes

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

#63cace Text Font Color

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

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


#63cace Background Color

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

This div background color is #63cace


#63cace Border Color

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

This div border color is #63cace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63cace


Comments

No comments written yet.

Please login to write comment.