Color Hex Logo

#61dfaa Color Hex

#61DFAA
(97,223,170)
0 Favorites   0 Comments

Color spaces of #61dfaa

RGB 97223170
HSL0.430.660.63
HSV155°57°87°
CMYK 0.570.000.24   0.13
XYZ38.573158.219047.2346
Yxy58.21900.26780.4042
Hunter Lab76.3014-43.289216.7073
CIE-Lab80.8604-47.316815.5992

#61dfaa color RGB value is (97,223,170).

#61dfaa hex color red value is 97, green value is 223 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #61dfaa hue: 0.43 , saturation: 0.66 and the lightness value of 61dfaa is 0.63.

The process color (four color CMYK) of #61dfaa color hex is 0.57, 0.00, 0.24, 0.13. Web safe color of #61dfaa is #66cc99. Color #61dfaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 11011111 10101010
Octal 141 337 252
Decimal 97 223 170
Hex 61 DF AA

RGB Percentages of Color #61dfaa

%19.80
%45.51
%34.69

CMYK Percentages of Color #61dfaa

%57
%0
%24
%13

Triadic Colors of #61dfaa

#61dfaa #aa61df #dfaa61

Analogous Colors of #61dfaa

#61dfaa #61d5df #61df6b

Monochromatic Colors of #61dfaa

#61dfaa

Complementary Color

#61dfaa #df6196

#61dfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61dfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#61dfaa Color CSS Codes

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

#61dfaa Text Font Color

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

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


#61dfaa Background Color

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

This div background color is #61dfaa


#61dfaa Border Color

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

This div border color is #61dfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61dfaa


Comments

No comments written yet.

Please login to write comment.