Color Hex Logo

#63afcf Color Hex

#63AFCF
(99,175,207)
0 Favorites   0 Comments

Color spaces of #63afcf

RGB 99175207
HSL0.550.530.60
HSV198°52°81°
CMYK 0.520.150.00   0.19
XYZ31.738037.817664.6582
Yxy37.81760.23650.2818
Hunter Lab61.4960-15.4945-19.2915
CIE-Lab67.8860-14.6939-23.4755

#63afcf color RGB value is (99,175,207).

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

The process color (four color CMYK) of #63afcf color hex is 0.52, 0.15, 0.00, 0.19. Web safe color of #63afcf is #6699cc. Color #63afcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10101111 11001111
Octal 143 257 317
Decimal 99 175 207
Hex 63 AF CF

RGB Percentages of Color #63afcf

%20.58
%36.38
%43.04

CMYK Percentages of Color #63afcf

%52
%15
%0
%19

Triadic Colors of #63afcf

#63afcf #cf63af #afcf63

Analogous Colors of #63afcf

#63afcf #6379cf #63cfb9

Monochromatic Colors of #63afcf

#63afcf

Complementary Color

#63afcf #cf8363

#63afcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63afcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#63afcf Color CSS Codes

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

#63afcf Text Font Color

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

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


#63afcf Background Color

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

This div background color is #63afcf


#63afcf Border Color

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

This div border color is #63afcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63afcf


Comments

No comments written yet.

Please login to write comment.