Color Hex Logo

#63bdfd Color Hex

#63BDFD
(99,189,253)
0 Favorites   0 Comments

Color spaces of #63bdfd

RGB 99189253
HSL0.570.970.69
HSV205°61°99°
CMYK 0.610.250.00   0.01
XYZ41.072846.139799.6696
Yxy46.13970.21980.2469
Hunter Lab67.9262-10.9376-39.4492
CIE-Lab73.6361-8.3478-39.6468

#63bdfd color RGB value is (99,189,253).

#63bdfd hex color red value is 99, green value is 189 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #63bdfd hue: 0.57 , saturation: 0.97 and the lightness value of 63bdfd is 0.69.

The process color (four color CMYK) of #63bdfd color hex is 0.61, 0.25, 0.00, 0.01. Web safe color of #63bdfd is #66ccff. Color #63bdfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10111101 11111101
Octal 143 275 375
Decimal 99 189 253
Hex 63 BD FD

RGB Percentages of Color #63bdfd

%18.30
%34.94
%46.77

CMYK Percentages of Color #63bdfd

%61
%25
%0
%1

Triadic Colors of #63bdfd

#63bdfd #fd63bd #bdfd63

Analogous Colors of #63bdfd

#63bdfd #6370fd #63fdf0

Monochromatic Colors of #63bdfd

#63bdfd

Complementary Color

#63bdfd #fda363

#63bdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63bdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#63bdfd Color CSS Codes

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

#63bdfd Text Font Color

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

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


#63bdfd Background Color

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

This div background color is #63bdfd


#63bdfd Border Color

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

This div border color is #63bdfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63bdfd


Comments

No comments written yet.

Please login to write comment.