Color Hex Logo

#63bffd Color Hex

#63BFFD
(99,191,253)
0 Favorites   0 Comments

Color spaces of #63bffd

RGB 99191253
HSL0.570.970.69
HSV204°61°99°
CMYK 0.610.250.00   0.01
XYZ41.506047.006199.8140
Yxy47.00610.22040.2496
Hunter Lab68.5610-11.9200-38.3242
CIE-Lab74.1937-9.4268-38.7792

#63bffd color RGB value is (99,191,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10111111 11111101
Octal 143 277 375
Decimal 99 191 253
Hex 63 BF FD

RGB Percentages of Color #63bffd

%18.23
%35.17
%46.59

CMYK Percentages of Color #63bffd

%61
%25
%0
%1

Triadic Colors of #63bffd

#63bffd #fd63bf #bffd63

Analogous Colors of #63bffd

#63bffd #6372fd #63fdee

Monochromatic Colors of #63bffd

#63bffd

Complementary Color

#63bffd #fda163

#63bffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63bffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#63bffd Color CSS Codes

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

#63bffd Text Font Color

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

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


#63bffd Background Color

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

This div background color is #63bffd


#63bffd Border Color

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

This div border color is #63bffd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,191,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 #63bffd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63bffd


Comments

No comments written yet.

Please login to write comment.