Color Hex Logo

#61faba Color Hex

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

Color spaces of #61faba

RGB 97250186
HSL0.430.940.68
HSV155°61°98°
CMYK 0.610.000.26   0.02
XYZ47.978374.457858.2974
Yxy74.45780.26550.4120
Hunter Lab86.2889-51.756220.3455
CIE-Lab89.1384-55.070618.8705

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

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

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

Base Numbers

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

RGB Percentages of Color #61faba

%18.20
%46.90
%34.90

CMYK Percentages of Color #61faba

%61
%0
%26
%2

Triadic Colors of #61faba

#61faba #ba61fa #faba61

Analogous Colors of #61faba

#61faba #61eefa #61fa6e

Monochromatic Colors of #61faba

#61faba

Complementary Color

#61faba #fa61a1

#61faba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61faba Color Preview on White Background

Lorem ipsum dolor sit amet.

#61faba Color CSS Codes

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

#61faba Text Font Color

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

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


#61faba Background Color

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

This div background color is #61faba


#61faba Border Color

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

This div border color is #61faba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61faba

Related Colors


Comments

No comments written yet.

Please login to write comment.