Color Hex Logo

#61faff Color Hex

#61FAFF
(97,250,255)
0 Favorites   0 Comments

Color spaces of #61faff

RGB 97250255
HSL0.511.000.69
HSV182°62°100°
CMYK 0.620.020.00   0.00
XYZ57.165478.1326106.6759
Yxy78.13260.23620.3229
Hunter Lab88.3926-39.2474-9.6788
CIE-Lab90.8404-38.4646-14.4319

#61faff color RGB value is (97,250,255).

#61faff hex color red value is 97, green value is 250 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #61faff hue: 0.51 , saturation: 1.00 and the lightness value of 61faff is 0.69.

The process color (four color CMYK) of #61faff color hex is 0.62, 0.02, 0.00, 0.00. Web safe color of #61faff is #66ffff. Color #61faff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 11111010 11111111
Octal 141 372 377
Decimal 97 250 255
Hex 61 FA FF

RGB Percentages of Color #61faff

%16.11
%41.53
%42.36

CMYK Percentages of Color #61faff

%62
%2
%0
%0

Triadic Colors of #61faff

#61faff #ff61fa #faff61

Analogous Colors of #61faff

#61faff #61abff #61ffb5

Monochromatic Colors of #61faff

#61faff

Complementary Color

#61faff #ff6661

#61faff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61faff Color Preview on White Background

Lorem ipsum dolor sit amet.

#61faff Color CSS Codes

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

#61faff Text Font Color

<p style="color:#61faff">Text here</p>

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


#61faff Background Color

<div style="background-color:#61faff">
Div content here</div>

This div background color is #61faff


#61faff Border Color

<div style="border:3px solid #61faff">
Div here</div>

This div border color is #61faff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,250,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #61faff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #61faff;
  -webkit-box-shadow: 1px 1px 3px 2px #61faff;
  box-shadow:         1px 1px 3px 2px #61faff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,250,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61faff

Related Colors


Comments

No comments written yet.

Please login to write comment.