Color Hex Logo

#61effa Color Hex

#61EFFA
(97,239,250)
0 Favorites   0 Comments

Color spaces of #61effa

RGB 97239250
HSL0.510.940.68
HSV184°61°98°
CMYK 0.610.040.00   0.02
XYZ53.051671.1765101.3848
Yxy71.17650.23510.3155
Hunter Lab84.3662-35.3954-12.1939
CIE-Lab87.5707-34.7483-16.7293

#61effa color RGB value is (97,239,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 11101111 11111010
Octal 141 357 372
Decimal 97 239 250
Hex 61 EF FA

RGB Percentages of Color #61effa

%16.55
%40.78
%42.66

CMYK Percentages of Color #61effa

%61
%4
%0
%2

Triadic Colors of #61effa

#61effa #fa61ef #effa61

Analogous Colors of #61effa

#61effa #61a3fa #61fab9

Monochromatic Colors of #61effa

#61effa

Complementary Color

#61effa #fa6c61

#61effa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61effa Color Preview on White Background

Lorem ipsum dolor sit amet.

#61effa Color CSS Codes

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

#61effa Text Font Color

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

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


#61effa Background Color

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

This div background color is #61effa


#61effa Border Color

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

This div border color is #61effa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,239,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 #61effa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61effa

Related Colors


Comments

No comments written yet.

Please login to write comment.