Color Hex Logo

#61ffaa Color Hex

#61FFAA
(97,255,170)
0 Favorites   0 Comments

Color spaces of #61ffaa

RGB 97255170
HSL0.411.000.69
HSV148°62°100°
CMYK 0.620.000.33   0.00
XYZ47.945576.963750.3587
Yxy76.96370.27360.4391
Hunter Lab87.7290-55.972127.3763
CIE-Lab90.3049-60.189328.6160

#61ffaa color RGB value is (97,255,170).

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

The process color (four color CMYK) of #61ffaa color hex is 0.62, 0.00, 0.33, 0.00. Web safe color of #61ffaa is #66ff99. Color #61ffaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 11111111 10101010
Octal 141 377 252
Decimal 97 255 170
Hex 61 FF AA

RGB Percentages of Color #61ffaa

%18.58
%48.85
%32.57

CMYK Percentages of Color #61ffaa

%62
%0
%33
%0

Triadic Colors of #61ffaa

#61ffaa #aa61ff #ffaa61

Analogous Colors of #61ffaa

#61ffaa #61fff9 #67ff61

Monochromatic Colors of #61ffaa

#61ffaa

Complementary Color

#61ffaa #ff61b6

#61ffaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61ffaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#61ffaa Color CSS Codes

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

#61ffaa Text Font Color

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

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


#61ffaa Background Color

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

This div background color is #61ffaa


#61ffaa Border Color

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

This div border color is #61ffaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61ffaa


Comments

No comments written yet.

Please login to write comment.