Color Hex Logo

#61feaa Color Hex

#61FEAA
(97,254,170)
0 Favorites   0 Comments

Color spaces of #61feaa

RGB 97254170
HSL0.410.990.69
HSV148°62°100°
CMYK 0.620.000.33   0.00
XYZ47.627376.327350.2526
Yxy76.32730.27340.4381
Hunter Lab87.3655-55.580327.0523
CIE-Lab90.0111-59.805428.2181

#61feaa color RGB value is (97,254,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 11111110 10101010
Octal 141 376 252
Decimal 97 254 170
Hex 61 FE AA

RGB Percentages of Color #61feaa

%18.62
%48.75
%32.63

CMYK Percentages of Color #61feaa

%62
%0
%33
%0

Triadic Colors of #61feaa

#61feaa #aa61fe #feaa61

Analogous Colors of #61feaa

#61feaa #61fef9 #67fe61

Monochromatic Colors of #61feaa

#61feaa

Complementary Color

#61feaa #fe61b5

#61feaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61feaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#61feaa Color CSS Codes

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

#61feaa Text Font Color

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

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


#61feaa Background Color

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

This div background color is #61feaa


#61feaa Border Color

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

This div border color is #61feaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61feaa

Related Colors


Comments

No comments written yet.

Please login to write comment.