Color Hex Logo

#61bafa Color Hex

#61BAFA
(97,186,250)
0 Favorites   0 Comments

Color spaces of #61bafa

RGB 97186250
HSL0.570.940.68
HSV205°61°98°
CMYK 0.610.260.00   0.02
XYZ39.744044.561396.9489
Yxy44.56130.21930.2458
Hunter Lab66.7543-10.5450-39.3804
CIE-Lab72.6021-8.0122-39.6463

#61bafa color RGB value is (97,186,250).

#61bafa hex color red value is 97, green value is 186 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #61bafa hue: 0.57 , saturation: 0.94 and the lightness value of 61bafa is 0.68.

The process color (four color CMYK) of #61bafa color hex is 0.61, 0.26, 0.00, 0.02. Web safe color of #61bafa is #66ccff. Color #61bafa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10111010 11111010
Octal 141 272 372
Decimal 97 186 250
Hex 61 BA FA

RGB Percentages of Color #61bafa

%18.20
%34.90
%46.90

CMYK Percentages of Color #61bafa

%61
%26
%0
%2

Triadic Colors of #61bafa

#61bafa #fa61ba #bafa61

Analogous Colors of #61bafa

#61bafa #616efa #61faee

Monochromatic Colors of #61bafa

#61bafa

Complementary Color

#61bafa #faa161

#61bafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61bafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#61bafa Color CSS Codes

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

#61bafa Text Font Color

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

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


#61bafa Background Color

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

This div background color is #61bafa


#61bafa Border Color

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

This div border color is #61bafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61bafa


Comments

No comments written yet.

Please login to write comment.