Color Hex Logo

#63dcf5 Color Hex

#63DCF5
(99,220,245)
0 Favorites   0 Comments

Color spaces of #63dcf5

RGB 99220245
HSL0.530.880.67
HSV190°60°96°
CMYK 0.600.100.00   0.04
XYZ47.220260.431695.5619
Yxy60.43160.23240.2974
Hunter Lab77.7378-27.6149-18.4679
CIE-Lab82.0722-26.7209-22.3965

#63dcf5 color RGB value is (99,220,245).

#63dcf5 hex color red value is 99, green value is 220 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #63dcf5 hue: 0.53 , saturation: 0.88 and the lightness value of 63dcf5 is 0.67.

The process color (four color CMYK) of #63dcf5 color hex is 0.60, 0.10, 0.00, 0.04. Web safe color of #63dcf5 is #66ccff. Color #63dcf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 11011100 11110101
Octal 143 334 365
Decimal 99 220 245
Hex 63 DC F5

RGB Percentages of Color #63dcf5

%17.55
%39.01
%43.44

CMYK Percentages of Color #63dcf5

%60
%10
%0
%4

Triadic Colors of #63dcf5

#63dcf5 #f563dc #dcf563

Analogous Colors of #63dcf5

#63dcf5 #6393f5 #63f5c5

Monochromatic Colors of #63dcf5

#63dcf5

Complementary Color

#63dcf5 #f57c63

#63dcf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63dcf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#63dcf5 Color CSS Codes

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

#63dcf5 Text Font Color

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

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


#63dcf5 Background Color

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

This div background color is #63dcf5


#63dcf5 Border Color

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

This div border color is #63dcf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63dcf5


Comments

No comments written yet.

Please login to write comment.